Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

        }
      }
    
      os.indent(4) << "});";
      os.indent(2) << "return *result;\n";
      os.indent(0) << "}\n";
    
      os.indent(0)
          << "const std::set<std::string> &ExportDynamicRangeWeightOnlySpec() {\n";
      os.indent(2) << "static const std::set<std::string> * result =\n";
      os.indent(4) << "new std::set<std::string>({\n";
    
      // Retrieve weight-only fallback.
      for (const auto &op_name : weight_only) {
    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