Searched defs:output_grad (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | resize_bilinear_op_gpu.cu.cc | 91 int channels, int resized_height, int resized_width, T* output_grad) { in ResizeBilinearGradKernel() 205 int channels, int resized_height, int resized_width, T* output_grad) { in LegacyResizeBilinearGradKernel()
|
D | resize_bicubic_op.cc | 475 typename TTypes<T, 4>::Tensor output_grad) { in ResizeBicubicGrad() 599 typename TTypes<T, 4>::Tensor output_grad(st.output->tensor<T, 4>()); in Compute() local
|
D | resize_bilinear_op.cc | 280 typename TTypes<T, 4>::Tensor output_grad(st.output->tensor<T, 4>()); in Compute() local
|
D | scale_and_translate_op.cc | 437 typename TTypes<T, 4>::Tensor output_grad(output->tensor<T, 4>()); in Compute() local
|