Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

                *per_channel_support_regex);
            if (per_axis_support) result.emplace_back(op_name);
          } else {
            result.emplace_back(op_name);
          }
        }
      }
    }
    
    void EmitStaticInt8PerAxisQuantOp(std::vector<Record *> &defs,
                                      raw_ostream &os) {
      os.indent(0)
          << "const std::set<std::string> &ExportStaticInt8PerAxisSpec() {\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