Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EmitStaticQuantWithInt16ActOp (0.17 sec)

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

      EmitStaticInt8PerAxisQuantOp(defs, os);
      EmitStaticInt8PerTensorQuantOp(defs, os);
      EmitStaticUInt8PerAxisQuantOp(defs, os);
      EmitStaticUInt8PerTensorQuantOp(defs, os);
    }
    
    void EmitStaticQuantWithInt16ActOp(std::vector<Record *> &defs,
                                       raw_ostream *ostream) {
      raw_ostream &os = *ostream;
      llvm::sort(defs, LessRecord());
    
      os.indent(0)
    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