Contents Menu Expand Light mode Dark mode Auto light/dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Keras-MatMulLess 0.1.3.dev3+6c1ae06 documentation
Keras-MatMulLess 0.1.3.dev3+6c1ae06 documentation
  • Getting Started
    • Installation
    • Tutorial
  • Code Examples
    • MNIST Classification
    • Time Series Forecasting
    • Autoencoders
    • Credit Card Fraud Detection
    • Gated Linear Units (GLUs)
    • Text Classification With Transformer
    • Image Classification With Vision Transformer
    • Hyperparameter Tuning
  • Explanations
    • Why Make Keras-MML?
    • Dense
    • Recurrent Units
    • Attention and Transformers
  • API Reference
    • Guides
      • Call Syntax
    • Reference
      • Layers
        • keras_mml.layers.activations
          • GLUMML
          • BilinearMML
          • GeGLUMML
          • ReGLUMML
          • SeGLUMML
          • SwiGLUMML
        • keras_mml.layers.core
          • DenseMML
          • PatchEmbedding
          • TokenEmbedding
        • keras_mml.layers.normalizations
          • RMSNorm
        • keras_mml.layers.recurrent
          • GRUMML
          • LRUMML
          • GRUCellMML
          • LRUCellMML
        • keras_mml.layers.transformer
          • AttentionMML
          • TransformerBlockMML
        • keras_mml.layers.misc
          • Patches
      • Utilities
        • keras_mml.utils.array
          • keras_mml.utils.array.encoding
            • decode_ternary_array
            • encode_ternary_array
          • keras_mml.utils.array.ternary_multiplication
            • ternary_multiplication
        • keras_mml.utils.misc
          • keras_mml.utils.misc.coverage
            • torch_compile
          • keras_mml.utils.misc.number
            • int_to_bin
Back to top
View this page
Edit this page

keras_mml.utils.misc.coverageΒΆ

Custom decorators for test coverage management.

Functions

torch_compile

Custom decorator similar to torch.compile().

Next
torch_compile
Previous
keras_mml.utils.misc
Copyright © 2024, PhotonicGluon
Made with Sphinx and @pradyunsg's Furo