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.cc35 BufferAllocation::Slice result_slice, BufferAllocation::Slice scratch_slice, in ConvolutionThunk() argument
41 scratch_buffer_(scratch_slice), in ConvolutionThunk()
Dconvolution_thunk.h49 BufferAllocation::Slice scratch_slice,
Dir_emitter_unnested.cc476 auto scratch_slice = assn.GetUniqueSlice(custom_call, {1}).ValueOrDie(); in HandleCustomCall() local
480 conv_result_slice, scratch_slice, tuple_result_slice)); in HandleCustomCall()
/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()