OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:destination_buffer
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_emitter.cc
543
auto
destination_buffer
= GetAllocationSlice(*sort, shape_index);
local
545
EmitBufferPointer(
destination_buffer
, operand->shape());
547
if (
destination_buffer
!= source_address) {
[
all
...]
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
ir_emitter_unnested.cc
509
/*
destination_buffer
=*/a_buffer,
555
auto
destination_buffer
= GetAllocationSlice(*hlo);
local
556
if (operand_buffer !=
destination_buffer
) {
559
/*
destination_buffer
=*/
destination_buffer
,
1038
auto
destination_buffer
= GetAllocationSlice(*scatter);
local
1225
auto
destination_buffer
= GetAllocationSlice(*sort, shape_index);
local
[
all
...]
Completed in 397 milliseconds