Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BasicLSTMOptions (0.11 sec)

  1. tensorflow/compiler/mlir/lite/converter_gen.cc

        }
    
        StringRef op_name = def->getName().drop_front(4);  // Strip 'TFL_' prefix
        std::string option_name = GetOperatorOptionName(*def);
        std::string tflite_option_name =
            option_name == "BasicLSTMOptions" ? "LSTMOptions" : option_name;
    
        os << "flatbuffers::Offset<tflite::" << tflite_option_name << "> Create"
           << option_name << "(mlir::TFL::" << op_name
           << " op, flatbuffers::FlatBufferBuilder *fbb) {\n";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Dec 19 15:05:28 UTC 2023
    - 23.7K bytes
    - Viewed (0)
Back to top