Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for input_activation_state18 (0.32 sec)

  1. tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/lstm.json

            },
            {
              "shape": [4],
              "buffer": 17,
              "name": "proj_bias17"
            },
            {
              "shape": [1, 4],
              "name": "input_activation_state18",
              "is_variable": true,
              "quantization": {
                "min": [-0.8],
                "max": [1.6]
              }
            },
            {
              "shape": [1, 2],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 06:25:50 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/utils/lstm_utils.h

      // bias -> cifg
      Value bias2input_;
      Value bias2forget_;
      Value bias2cell_;
      Value bias2output_;
    
      // projection
      Value proj_weight_;
      Value proj_bias_;
    
      // state
      Value input_activation_state_;
      Value input_cell_state_;
    
      // layer norm coefficients
      Value input_layer_norm_coefficients_;
      Value forget_layer_norm_coefficients_;
      Value cell_layer_norm_coefficients_;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 03 00:14:05 UTC 2023
    - 7.3K bytes
    - Viewed (0)
Back to top