Home
last modified time | relevance | path

Searched refs:grad_output_ (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_batchnorm_thunk.cc228 grad_output_(grad_output), in CudnnBatchNormBackwardThunk()
269 buffer_allocations.GetDeviceAddress(grad_output_)), in ExecuteOnStream()
Dcudnn_batchnorm_thunk.h137 BufferAllocation::Slice grad_output_; variable
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Dspecial_math_test.py284 output_, grad_output_ = self.evaluate([output, grad_output])
286 self.assert_all_true(np.isfinite(grad_output_[0]))