Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ExportStaticUInt8PerTensorSpec (0.3 sec)

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

      os.indent(0) << "}\n";
    }
    
    void EmitStaticUInt8PerTensorQuantOp(std::vector<Record *> &defs,
                                         raw_ostream &os) {
      os.indent(0)
          << "const std::set<std::string> &ExportStaticUInt8PerTensorSpec() {\n";
      os.indent(2) << "static const std::set<std::string> * result =\n";
      os.indent(4) << "new std::set<std::string>({\n";
    
      std::vector<std::string> result;
    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