Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dlinalg_grad.py143 def _GetGradReduced(output_grad, output_subs, input_subs, input_shape, argument
220 def _GetGradWrt(output_grad, other_operand, input_shape, input_subs, argument
/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bilinear_op.cc236 typename TTypes<T, 4>::Tensor output_grad(st.output->tensor<T, 4>()); in Compute() local
246 Tensor output_grad; in Compute() local
Dresize_bilinear_op_gpu.cu.cc174 T* __restrict__ output_grad) { in ResizeBilinearGradKernel()
238 float offset, T* __restrict__ output_grad) { in ResizeBilinearDeterministicGradKernel()
340 T* __restrict__ output_grad) { in LegacyResizeBilinearGradKernel()
Dresize_bicubic_op.cc476 typename TTypes<T, 4>::Tensor output_grad) { in ResizeBicubicGrad()
600 typename TTypes<T, 4>::Tensor output_grad(st.output->tensor<T, 4>()); in Compute() local
Dscale_and_translate_op.cc438 typename TTypes<T, 4>::Tensor output_grad(output->tensor<T, 4>()); in Compute() local
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_to_tensor_op_test.py620 output_grad, argument
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dgeneric_layout_optimizer_transposer_test.cc161 auto output_grad = in CreateSimpleMaxPoolGrad() local