Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FusedFullyConnected (0.21 sec)

  1. tensorflow/compiler/mlir/tfr/README.md

    at the same time. For example, the following code defines a new
    `FusedFullyConnected` op, which have `MatMul`, `Add` and some
    `activation function` (specified by an op attribute) fused.
    
    
    ```python
    import tensorflow as tf
    
    @Composite(
        'FusedFullyConnected',
        inputs=['input_: T', 'filter_: T', 'bias: T'],
        attrs=['act: {"", "RELU", "RELU6", "TANH"} = ""'],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 29 18:32:13 UTC 2022
    - 6.2K bytes
    - Viewed (0)
Back to top