Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dconv_ops_3d.cc412 static int64 ConvolveScratchSize = GetDnnWorkspaceLimit( in launch() local
454 DnnScratchAllocator scratch_allocator(ConvolveScratchSize, ctx); in launch()
484 DnnScratchAllocator scratch_allocator(ConvolveScratchSize, ctx); in launch()
Dconv_ops_fused_impl.h490 inline int64 ConvolveScratchSize() {
526 DnnScratchAllocator scratch_allocator(ConvolveScratchSize(), context);
806 DnnScratchAllocator scratch_allocator(ConvolveScratchSize(), context);
Dconv_ops.cc821 static int64 ConvolveScratchSize = GetDnnWorkspaceLimit( in operator ()() local
864 DnnScratchAllocator scratch_allocator(ConvolveScratchSize, ctx); in operator ()()
894 DnnScratchAllocator scratch_allocator(ConvolveScratchSize, ctx); in operator ()()
/external/tensorflow/tensorflow/contrib/fused_conv/kernels/
Dfused_conv2d_bias_activation_op.cc657 static int64 ConvolveScratchSize = GetDnnWorkspaceLimit( in launch() local
718 DnnScratchAllocator scratch_allocator(ConvolveScratchSize, ctx); in launch()
753 DnnScratchAllocator scratch_allocator(ConvolveScratchSize, ctx); in launch()