Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CropAndResize (0.15 sec)

  1. tensorflow/cc/gradients/image_grad_test.cc

      void MakeOp(const Tensor& x_data, const Input& boxes, const Input& box_ind,
                  const Input& crop_size, Output* x, Output* y) {
        *x = Const<T>(scope_, x_data);
        *y = CropAndResize(scope_, *x, boxes, box_ind, crop_size,
                           CropAndResize::Method("bilinear"));
        TF_ASSERT_OK(scope_.status());
      }
    
      template <typename X_T, typename Y_T, typename JAC_T>
      void TestCropAndResize() {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 15 04:08:05 UTC 2019
    - 12.1K bytes
    - Viewed (0)
Back to top