Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dfused_batch_norm_op.cc664 class CudnnBatchNormAllocatorInTemp : public ScratchAllocator { class
666 ~CudnnBatchNormAllocatorInTemp() override = default;
668 explicit CudnnBatchNormAllocatorInTemp(OpKernelContext* context) in CudnnBatchNormAllocatorInTemp() function in tensorflow::functor::CudnnBatchNormAllocatorInTemp
924 std::unique_ptr<functor::CudnnBatchNormAllocatorInTemp<uint8>> in operator ()()
930 new functor::CudnnBatchNormAllocatorInTemp<uint8>(context)); in operator ()()
1106 std::unique_ptr<functor::CudnnBatchNormAllocatorInTemp<uint8>> in operator ()()
1114 new functor::CudnnBatchNormAllocatorInTemp<uint8>(context)); in operator ()()