Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CropAndResizeGradHelper (0.32 sec)

  1. tensorflow/cc/gradients/image_grad.cc

      grad_outputs->push_back(NoGradient());
      grad_outputs->push_back(NoGradient());
      return scope.status();
    }
    
    REGISTER_GRADIENT_OP("ScaleAndTranslate", ScaleAndTranslateGradHelper);
    
    Status CropAndResizeGradHelper(const Scope& scope, const Operation& op,
                                   const std::vector<Output>& grad_inputs,
                                   std::vector<Output>* grad_outputs) {
      DataType input_type;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 11 00:29:23 UTC 2021
    - 5.7K bytes
    - Viewed (0)
Back to top