Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EmitStaticUInt8PerTensorQuantOp (0.34 sec)

  1. tensorflow/compiler/mlir/lite/quantization/tools/tflite_op_coverage_spec_getters_gen.cc

      for (const auto &op_name : result) {
        os.indent(6) << "\"" << op_name << "\",\n";
      }
    
      os.indent(4) << "});";
      os.indent(2) << "return *result;\n";
      os.indent(0) << "}\n";
    }
    
    void EmitStaticUInt8PerTensorQuantOp(std::vector<Record *> &defs,
                                         raw_ostream &os) {
      os.indent(0)
          << "const std::set<std::string> &ExportStaticUInt8PerTensorSpec() {\n";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 12.7K bytes
    - Viewed (0)
Back to top