Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for input_to_input_weights (0.21 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

      Value none = CreateNoneValue(builder, func_op.getLoc());
      auto lstm = builder->create<mlir::TFL::UnidirectionalSequenceLSTMOp>(
          func_op.getLoc(), result_type, /*input=*/final_inputs,
          /*input_to_input_weights=*/weights_array->getResult(0),
          /*input_to_forget_weights=*/weights_array->getResult(1),
          /*input_to_cell_weights=*/weights_array->getResult(2),
          /*input_to_output_weights=*/weights_array->getResult(3),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 36.2K bytes
    - Viewed (0)
Back to top