Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TFDataFormatIsNDHWC (0.12 sec)

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

                                            input, num, axis);
      return success();
    }
    
    LogicalResult ConvertTFConv3DOp::matchAndRewrite(
        Operation* op, PatternRewriter& rewriter) const {
      if (!TFDataFormatIsNDHWC(op)) return failure();
    
      auto tf_op = cast<TF::Conv3DOp>(op);
    
      IntegerAttr stride_depth, stride_height, stride_width;
      if (!TFIntListIs1XYZ1(op, "strides", &stride_depth, &stride_height,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 20 20:06:54 UTC 2024
    - 45.2K bytes
    - Viewed (0)
Back to top