Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dfused_batch_norm_op.cc711 class CudnnBatchNormAllocatorInOutput : public ScratchAllocator { class
713 ~CudnnBatchNormAllocatorInOutput() override { in ~CudnnBatchNormAllocatorInOutput()
721 CudnnBatchNormAllocatorInOutput(OpKernelContext* context, int output_index) in CudnnBatchNormAllocatorInOutput() function in tensorflow::functor::CudnnBatchNormAllocatorInOutput
922 std::unique_ptr<functor::CudnnBatchNormAllocatorInOutput<U>> in operator ()()
928 new functor::CudnnBatchNormAllocatorInOutput<U>(context, 5)); in operator ()()