Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment_test.cc4140 auto find_schedule_index = [&](const HloInstruction* instruction) { in TEST_P() local
4151 EXPECT_GT(find_schedule_index(sin->operand(0)), in TEST_P()
4152 find_schedule_index(cos->operand(0))); in TEST_P()