Searched refs:out_slice (Results 1 – 4 of 4) sorted by relevance
116 grpc_slice out_slice = GRPC_SLICE_MALLOC(input_size); in grpc_byte_buffer_reader_readall() local117 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()
122 OutputBuffer out_slice(out_flat.data() + begin, len); in Compute() local124 fns_[0](in_slice, &out_slice); in Compute()126 fns_[i](scratch_slice, &out_slice); in Compute()
169 OutT out_slice(out_slice_ptr, out_slice_shape); in Compute() local179 out_slice = in_slice; in Compute()188 out_slice = in_slice.reduce(dims_to_reduce, Reducer()); in Compute()
1334 TF_ASSIGN_OR_RETURN(const BufferAllocation::Slice out_slice, in HandleAllReduce()1340 operand_ptrs.push_back(EmitBufferPointer(out_slice, operand_shape)); in HandleAllReduce()