Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for _tflite_input_indices (0.54 sec)

  1. tensorflow/compiler/mlir/lite/python/tf_tfl_flatbuffer_helpers.cc

        "output_arg: { name: 'Concat' type: DT_FLOAT} "
        "output_arg: { name: "
        "'LastState' type: DT_FLOAT } output_arg: { name: 'Output' type: DT_FLOAT} "
        "attr : { name: '_tflite_input_indices' type: 'list(int)'}";
    
    constexpr mlir::StringRef kUnidirectionalSequenceRnnOp =
        "name: 'UnidirectionalSequenceRnn' input_arg: {name: 'Input' type: "
        "DT_FLOAT} input_arg: { name: 'Weights' type: DT_FLOAT } "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun May 12 12:39:37 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/legalize_tf.cc

    constexpr char kUnidirectionalSequenceLstm[] = "tf.UnidirectionalSequenceLstm";
    constexpr char kUnidirectionalSequenceRnn[] = "tf.UnidirectionalSequenceRnn";
    constexpr char kTfLiteInputIndices[] = "_tflite_input_indices";
    
    // Legalize operations in functions.
    class LegalizeTFPass : public impl::LegalizeTFPassBase<LegalizeTFPass> {
     public:
      MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(LegalizeTFPass)
      LegalizeTFPass() = default;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 20 20:06:54 UTC 2024
    - 45.2K bytes
    - Viewed (0)
Back to top