Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

            if (!llvm::StringRef{trait_str}.consume_front(
                    "::mlir::OpTrait::quant::"))
              continue;
    
            OUT(2) << "if (auto tfl = llvm::dyn_cast<" << op.getQualCppClassName()
                   << ">(op)) {\n";
            // There is a "FixedResultUniformScale" trait, set the type for result.
            if (fixed_uniform_trait_regex.match(trait_str, &matches)) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 15 11:18:44 UTC 2024
    - 4.9K bytes
    - Viewed (0)
Back to top