Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dconv_ops_gpu.h39 class DnnScratchAllocator : public se::ScratchAllocator {
41 virtual ~DnnScratchAllocator() {} in ~DnnScratchAllocator()
42 DnnScratchAllocator(int64 memory_limit, OpKernelContext* context) in DnnScratchAllocator() function
Dconv_ops_fused_impl.h526 DnnScratchAllocator scratch_allocator(ConvolveScratchSize(), context);
777 DnnScratchAllocator* scratch_allocator,
806 DnnScratchAllocator scratch_allocator(ConvolveScratchSize(), context);
Dconv_ops_3d.cc454 DnnScratchAllocator scratch_allocator(ConvolveScratchSize, ctx); in launch()
484 DnnScratchAllocator scratch_allocator(ConvolveScratchSize, ctx); in launch()
Dconv_grad_ops_3d.cc1370 DnnScratchAllocator scratch_allocator(ConvolveBackwardDataScratchSize, in Compute()
1407 DnnScratchAllocator scratch_allocator(ConvolveBackwardDataScratchSize, in Compute()
1776 DnnScratchAllocator scratch_allocator(ConvolveBackwardFilterScratchSize, in Compute()
1814 DnnScratchAllocator scratch_allocator(ConvolveBackwardFilterScratchSize, in Compute()
Dconv_ops.cc864 DnnScratchAllocator scratch_allocator(ConvolveScratchSize, ctx); in operator ()()
894 DnnScratchAllocator scratch_allocator(ConvolveScratchSize, ctx); in operator ()()
Dconv_grad_filter_ops.cc850 DnnScratchAllocator scratch_allocator(ConvolveBackwardFilterScratchSize, in operator ()()
883 DnnScratchAllocator scratch_allocator(ConvolveBackwardFilterScratchSize, ctx); in operator ()()
Dconv_grad_input_ops.cc929 DnnScratchAllocator scratch_allocator(ConvolveBackwardDataScratchSize, ctx); in operator ()()
962 DnnScratchAllocator scratch_allocator(ConvolveBackwardDataScratchSize, in operator ()()
/external/tensorflow/tensorflow/contrib/fused_conv/kernels/
Dfused_conv2d_bias_activation_op.cc718 DnnScratchAllocator scratch_allocator(ConvolveScratchSize, ctx); in launch()
753 DnnScratchAllocator scratch_allocator(ConvolveScratchSize, ctx); in launch()