Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getHalfPixelCenters (0.19 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

        int64_t in_spatial_cst =
            in_y_cst < 0 || in_x_cst < 0 ? -1 : in_y_cst * in_x_cst;
    
        // TODO(suderman): Add support for these optional parameters.
        if (op.getAlignCorners() == true || op.getHalfPixelCenters() == true) {
          return failure();
        }
    
        auto one =
            rewriter.create<ConstOp>(loc, GetScalarOfType(out_size_element_ty, 1));
    
        // Extract the image shape.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
Back to top