Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dconv_ops_gpu.h51 class DnnScratchAllocator : public se::ScratchAllocator {
53 virtual ~DnnScratchAllocator() {} in ~DnnScratchAllocator()
54 DnnScratchAllocator(int64 memory_limit, OpKernelContext* context) in DnnScratchAllocator() function
Dcudnn_pooling_gpu.cc107 DnnScratchAllocator scratch_allocator(PoolingScratchSize, context); in Compute()
249 DnnScratchAllocator scratch_allocator(PoolingScratchSize, context); in Compute()
Dconv_grad_input_ops.cc359 DnnScratchAllocator scratch_allocator(ConvolveBackwardDataScratchSize, ctx); in operator ()()
410 DnnScratchAllocator scratch_allocator(ConvolveBackwardDataScratchSize, in operator ()()
442 DnnScratchAllocator scratch_allocator(ConvolveBackwardDataScratchSize, ctx); in operator ()()
Dconv_ops_3d.cc531 DnnScratchAllocator scratch_allocator(ConvolveScratchSize, ctx); in launch()
564 DnnScratchAllocator scratch_allocator(ConvolveScratchSize, ctx); in launch()
624 DnnScratchAllocator scratch_allocator(ConvolveScratchSize, ctx); in launch()
Dconv_grad_ops_3d.cc1444 DnnScratchAllocator scratch_allocator(ConvolveBackwardDataScratchSize, in Compute()
1480 DnnScratchAllocator scratch_allocator(ConvolveBackwardDataScratchSize, in Compute()
1521 DnnScratchAllocator scratch_allocator(ConvolveBackwardDataScratchSize, in Compute()
1935 DnnScratchAllocator scratch_allocator(ConvolveBackwardFilterScratchSize, in Compute()
1956 DnnScratchAllocator scratch_allocator(ConvolveBackwardFilterScratchSize, in Compute()
2014 DnnScratchAllocator scratch_allocator(ConvolveBackwardFilterScratchSize, in Compute()
Dpooling_ops_common.cc395 DnnScratchAllocator scratch_allocator(PoolingScratchSize, context); in Compute()
713 DnnScratchAllocator scratch_allocator(PoolingScratchSize, context); in Compute()
Dconv_grad_filter_ops.cc1004 DnnScratchAllocator scratch_allocator(ConvolveBackwardFilterScratchSize, in operator ()()
1038 DnnScratchAllocator scratch_allocator(ConvolveBackwardFilterScratchSize, in operator ()()
1099 DnnScratchAllocator scratch_allocator(ConvolveBackwardFilterScratchSize, ctx); in operator ()()
Dconv_ops.cc1020 DnnScratchAllocator scratch_allocator(ConvolveScratchSize, ctx); in operator ()()
1051 DnnScratchAllocator scratch_allocator(ConvolveScratchSize, ctx); in operator ()()
1115 DnnScratchAllocator scratch_allocator(ConvolveScratchSize, ctx); in operator ()()
Dctc_loss_op.cc347 DnnScratchAllocator workspace_allocator(1LL << 32, ctx); in Compute()
Dconv_ops_fused_impl.h395 DnnScratchAllocator scratch_allocator(ConvolveScratchSize(), context);
700 DnnScratchAllocator scratch_allocator(ConvolveScratchSize(), context);
Dlrn_op.cc605 DnnScratchAllocator scratch_allocator(NormalizeBackwardScratchSize, in launch()