Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment_test.cc1781 const LogicalBuffer* nonbcast_buffer; in TEST_F() local
1784 nonbcast_buffer = peak_buffers[1]; in TEST_F()
1787 nonbcast_buffer = peak_buffers[0]; in TEST_F()
1791 nonbcast_buffer->instruction() == copy || in TEST_F()
1792 nonbcast_buffer->instruction() == while_op || in TEST_F()
1793 nonbcast_buffer->instruction() == body->parameter_instruction(0) || in TEST_F()
1794 nonbcast_buffer->instruction() == body->root_instruction() || in TEST_F()
1795 nonbcast_buffer->instruction() == condition->parameter_instruction(0)); in TEST_F()