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

  /external/tensorflow/tensorflow/compiler/xla/service/
tuple_points_to_analysis.cc 155 logical_buffer_analysis_->num_logical_buffers());
210 &logical_buffer_analysis_->GetBuffer(hlo_instruction, index));
262 logical_buffer_analysis_->GetBuffer(copy, /*index=*/{}),
316 &logical_buffer_analysis_->GetBuffer(send, ShapeIndex({})));
321 &logical_buffer_analysis_->GetBuffer(send, ShapeIndex({1})));
348 logical_buffer_analysis_->GetBuffer(tuple, /*index=*/{}),
411 logical_buffer_analysis_->GetBuffer(select, /*index=*/{}),
452 buffer.id() >= logical_buffer_analysis_->num_logical_buffers()) {
470 CHECK_LT(id, logical_buffer_analysis_->num_logical_buffers());
471 return logical_buffer_analysis_->GetBuffer(id)
    [all...]
tuple_points_to_analysis.h 211 return logical_buffer_analysis_->num_logical_buffers();
222 return logical_buffer_analysis_->GetBuffer(id);
264 logical_buffer_analysis_(std::move(logical_buffer_analysis)) {}
317 const std::unique_ptr<LogicalBufferAnalysis> logical_buffer_analysis_; member in class:TuplePointsToAnalysis

Completed in 186 milliseconds