Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EmitGetBuiltinOpCode (0.14 sec)

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

    //   mlir::GetBuiltinOpCode(mlir::Operation* op);
    //
    // TODO(hinsu): Consider converting this to a static constant associative
    // container instead of a series of if conditions, if required.
    static void EmitGetBuiltinOpCode(const std::vector<Record *> &defs,
                                     raw_ostream *ostream) {
      raw_ostream &os = *ostream;
    
      os << "std::optional<tflite::BuiltinOperator> "
    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