Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for lazySet (0.1 sec)

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

          return;
        }
      }
    
      // Dimension equals to -1 means per-channel quantization is not supported for
      // the op. Therefore check whether the return value is positive integer as
      // well.
      static const LazyRE2 per_channel_support_regex = {
          "int GetQuantizationDimIndex\\(\\) \\{ return (\\d*); \\}"};
    
      for (const auto *def : defs) {
        Operator op(def);
    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