Searched defs:input_grad (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | resize_bilinear_op_gpu.cu.cc | 89 const int32 nthreads, const float* input_grad, float height_scale, in ResizeBilinearGradKernel() 203 const int32 nthreads, const float* input_grad, float height_scale, in LegacyResizeBilinearGradKernel()
|
D | resize_bicubic_op.cc | 472 inline void ResizeBicubicGrad(typename TTypes<float, 4>::ConstTensor input_grad, in ResizeBicubicGrad() 598 TTypes<float, 4>::ConstTensor input_grad = input.tensor<float, 4>(); in Compute() local
|
D | resize_bilinear_op.cc | 279 TTypes<float, 4>::ConstTensor input_grad = input.tensor<float, 4>(); in Compute() local
|
D | scale_and_translate_op.cc | 436 TTypes<float, 4>::ConstTensor input_grad = input.tensor<float, 4>(); in Compute() local
|