Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dconvolution_thunk.cc36 BufferAllocation::Slice result_slice, BufferAllocation::Slice scratch_slice) in ConvolutionThunk() argument
40 scratch_buffer_(scratch_slice), in ConvolutionThunk()
Dconvolution_thunk.h48 BufferAllocation::Slice scratch_slice);
Dir_emitter_unnested.cc1131 TF_ASSIGN_OR_RETURN(auto scratch_slice, in EmitConvolutionThunkFromMlir()
1219 conv_result_slice, scratch_slice)); in EmitConvolutionThunkFromMlir()
/external/tensorflow/tensorflow/core/kernels/
Dunary_ops_composition.cc121 const InputBuffer scratch_slice(out_flat.data() + begin, len); in Compute() local
126 fns_[i](scratch_slice, &out_slice); in Compute()