Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FuseMulOrDivWithConv2dOrDepthwiseConv2d (0.45 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

      if (getFusedActivationFunction() != "NONE") return {};
    
      // This function is performance critical for op fusion patterns, e.g.
      // FuseBinaryOpToPrecedingAffine and FuseMulOrDivWithConv2dOrDepthwiseConv2d.
      // So a few specializations are provided to evaluate the math operation
      // more efficiently.
    
      // Specialization for f32 type.
      if (getType().cast<ShapedType>().getElementType().isF32()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
Back to top