Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for input_activation_state18 (0.33 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

        TFL_TensorOfOrNone<[F32, QI8]>:$projection_weights,
        // Optional input
        TFL_TensorOfOrNone<[F32, QI32]>:$projection_bias,
    
        // Stateful activation and cell states.
        TFL_StatefulTensor:$input_activation_state,
        TFL_StatefulTensor:$input_cell_state,
    
        // Layer norm coefficients
        TFL_TensorOfOrNone<[F32, QI16]>:$input_layer_norm_coefficients,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
Back to top