HomeSort by relevance Sort by last modified time
    Searched refs:NewLogicalBuffer (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
logical_buffer_analysis.cc 89 void LogicalBufferAnalysis::NewLogicalBuffer(HloInstruction* instruction,
105 NewLogicalBuffer(hlo_instruction, index);
126 NewLogicalBuffer(copy, /*index=*/{});
146 NewLogicalBuffer(recv_done, /*index=*/{});
147 NewLogicalBuffer(recv_done, /*index=*/{1});
156 NewLogicalBuffer(send, /*index=*/{});
157 NewLogicalBuffer(send, /*index=*/{1});
158 NewLogicalBuffer(send, /*index=*/{2});
164 NewLogicalBuffer(tuple, /*index=*/{});
171 NewLogicalBuffer(tuple_select, /*index=*/{})
    [all...]
logical_buffer_analysis.h 56 void NewLogicalBuffer(HloInstruction* instruction, const ShapeIndex& index);

Completed in 1195 milliseconds