Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/surface/
Dbyte_buffer_reader.cc116 grpc_slice out_slice = GRPC_SLICE_MALLOC(input_size); in grpc_byte_buffer_reader_readall() local
117 uint8_t* const outbuf = GRPC_SLICE_START_PTR(out_slice); /* just an alias */ in grpc_byte_buffer_reader_readall()
128 return out_slice; in grpc_byte_buffer_reader_readall()
/external/tensorflow/tensorflow/core/kernels/
Dunary_ops_composition.cc122 OutputBuffer out_slice(out_flat.data() + begin, len); in Compute() local
124 fns_[0](in_slice, &out_slice); in Compute()
126 fns_[i](scratch_slice, &out_slice); in Compute()
Dsegment_reduction_ops.cc169 OutT out_slice(out_slice_ptr, out_slice_shape); in Compute() local
179 out_slice = in_slice; in Compute()
188 out_slice = in_slice.reduce(dims_to_reduce, Reducer()); in Compute()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc1334 TF_ASSIGN_OR_RETURN(const BufferAllocation::Slice out_slice, in HandleAllReduce()
1340 operand_ptrs.push_back(EmitBufferPointer(out_slice, operand_shape)); in HandleAllReduce()