Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ResizeBilinear (0.49 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        OpBuilder<(ins "Value":$tensor, "Value":$shape)>
      ];
    
      let hasVerifier = 1;
    
      let hasCanonicalizer = 1;
      let hasFolder = 1;
    }
    
    def TF_ResizeBilinearOp : TF_Op<"ResizeBilinear", [Pure]> {
      let summary = "Resize `images` to `size` using bilinear interpolation.";
    
      let description = [{
    Input images can be of different types but output images are always float.
      }];
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

            is now supported and enabled by default. This adds support for more
            TensorFlow ops including Conv3D, Conv3DBackpropInputV2, AvgPool3D,
            MaxPool3D, ResizeBilinear, and ResizeNearestNeighbor. In addition, the
            TensorFlow-TensorRT python conversion API is exported as
            `tf.experimental.tensorrt.Converter`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top