Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EmitOperatorBuilders (0.21 sec)

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

    // arguments that depend on op definitions should be auto-generated and then
    // operator should be built by the caller because it does not require
    // auto-generation.
    static void EmitOperatorBuilders(const std::vector<Record *> &defs,
                                     raw_ostream *ostream) {
      raw_ostream &os = *ostream;
    
      for (const auto *def : defs) {
        StringRef op_name = def->getName().drop_front(4);
    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