Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for resize_nearest_neighbor (0.2 sec)

  1. RELEASE.md

    *   CoreML
        *   Opensource CoreML delegate
    *   Misc
        *   Enable building Android TFLite targets on Windows
        *   Add support for `BatchMatMul`.
        *   Add support for `half_pixel_centers` with `ResizeNearestNeighbor`.
        *   Add 3D support for `BatchToSpaceND`.
        *   Add 5D support for `BroadcastSub`, `Maximum`, `Minimum`, `Transpose` and
            `BroadcastDiv`.
        *   Rename `kTfLiteActRelu1` to `kTfLiteActReluN1To1`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    float or double.}]>:$output
      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<1>;
    }
    
    def TF_ResizeNearestNeighborOp : TF_Op<"ResizeNearestNeighbor", [Pure]> {
      let summary = [{
    Resize `images` to `size` using nearest neighbor interpolation.
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top