Searched defs:output_grad (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | linalg_grad.py | 143 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/ |
D | resize_bilinear_op.cc | 236 typename TTypes<T, 4>::Tensor output_grad(st.output->tensor<T, 4>()); in Compute() local 246 Tensor output_grad; in Compute() local
|
D | resize_bilinear_op_gpu.cu.cc | 174 T* __restrict__ output_grad) { in ResizeBilinearGradKernel() 238 float offset, T* __restrict__ output_grad) { in ResizeBilinearDeterministicGradKernel() 340 T* __restrict__ output_grad) { in LegacyResizeBilinearGradKernel()
|
D | resize_bicubic_op.cc | 476 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
|
D | scale_and_translate_op.cc | 438 typename TTypes<T, 4>::Tensor output_grad(output->tensor<T, 4>()); in Compute() local
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_to_tensor_op_test.py | 620 output_grad, argument
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | generic_layout_optimizer_transposer_test.cc | 161 auto output_grad = in CreateSimpleMaxPoolGrad() local
|