Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EmitSparseOp (0.16 sec)

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

      for (const auto &op_name : weight_only) {
        os.indent(6) << "\"" << op_name << "\",\n";
      }
    
      os.indent(4) << "});";
      os.indent(2) << "return *result;\n";
      os.indent(0) << "}\n";
    }
    
    void EmitSparseOp(std::vector<Record *> &defs, raw_ostream *ostream) {
      raw_ostream &os = *ostream;
      llvm::sort(defs, LessRecord());
    
      os.indent(0) << "const std::set<std::string> &ExportSparsitySpec() {\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