Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for input_gate_bias (0.29 sec)

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

    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/utils/lstm_utils.cc

          /*recurrent_to_output_weights=*/recurrent_to_output_weights,
          /*cell_to_input_weights=*/none,
          /*cell_to_forget_weights=*/none,
          /*cell_to_output_weights=*/none,
          /*input_gate_bias=*/bias_array->getResult(0),
          /*forget_gate_bias=*/bias_array->getResult(1),
          /*cell_bias=*/bias_array->getResult(2),
          /*output_gate_bias=*/bias_array->getResult(3),
          /*projection_weights=*/none,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 36.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/lstm.json

            },
            {
              "shape": [2],
              "buffer": 11,
              "name": "cell2output_weights11"
            },
            {
              "shape": [2],
              "buffer": 12,
              "name": "input_gate_bias12"
            },
            {
              "shape": [2],
              "buffer": 13,
              "name": "forget_gate_bias13"
            },
            {
              "shape": [2],
              "buffer": 14,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 06:25:50 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/python/tf_tfl_flatbuffer_helpers.cc

        "'CellToInputWeights' type: DT_FLOAT} input_arg: { name: "
        "'CellToForgetWeights' type: DT_FLOAT } input_arg: { name: "
        "'CellToOutputWeights' type: DT_FLOAT } input_arg: { name: 'InputGateBias' "
        "type: DT_FLOAT } input_arg: { name: 'ForgetGateBias' type: DT_FLOAT } "
        "input_arg: { name: 'kCellGateBias' type: DT_FLOAT } input_arg: { name: "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun May 12 12:39:37 UTC 2024
    - 17.3K bytes
    - Viewed (0)
Back to top