Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CanFuseAffineOp (1.36 sec)

  1. tensorflow/compiler/mlir/lite/transforms/optimize.cc

            non_splat_operand_type.getRank() > 4) {
          return failure();
        }
    
        // If non-splat operand is not fusable affine ops, then no need to apply
        // this transformation.
        if (!CanFuseAffineOp(non_splat_operand.getDefiningOp(), binary_op)) {
          return failure();
        }
    
        // Creates a new scalar constant op using the splat value.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
Back to top