Home
last modified time | relevance | path

Searched defs:output_grad (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dresize_bilinear_op_gpu.cu.cc91 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()
Dresize_bicubic_op.cc475 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
Dresize_bilinear_op.cc280 typename TTypes<T, 4>::Tensor output_grad(st.output->tensor<T, 4>()); in Compute() local
Dscale_and_translate_op.cc437 typename TTypes<T, 4>::Tensor output_grad(output->tensor<T, 4>()); in Compute() local