Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ContainsConvOrDot (0.13 sec)

  1. tensorflow/compiler/mlir/quantization/common/attrs_and_constraints.cc

      const bool is_per_axis_quantizable =
          IsDotGeneralFullyConnected(dot_general_op).value();
      if (!is_per_axis_quantizable) return std::nullopt;
      return filter_rank - 1;
    }
    
    bool ContainsConvOrDot(StringRef str) {
      return str.contains("_conv") || str.contains("_dot_general");
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 6.8K bytes
    - Viewed (0)
Back to top