Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment_test.cc4014 auto get_opcode_priority = [](const HloOpcode& opcode) { in TEST_P() local
4027 return get_opcode_priority(a.buffer->defining_instruction()->opcode()) < in TEST_P()
4028 get_opcode_priority(b.buffer->defining_instruction()->opcode()); in TEST_P()
4083 auto get_opcode_priority = [](const HloOpcode& opcode) { in TEST_P() local
4100 get_opcode_priority(use.instruction->opcode())); in TEST_P()
4230 auto get_opcode_priority = [](const HloOpcode& opcode) { in TEST_P() local
4243 return get_opcode_priority(a.buffer->defining_instruction()->opcode()) < in TEST_P()
4244 get_opcode_priority(b.buffer->defining_instruction()->opcode()); in TEST_P()
4508 auto get_opcode_priority = [](const HloOpcode& opcode) { in TEST_P() local
4521 return get_opcode_priority(a.buffer->defining_instruction()->opcode()) < in TEST_P()
[all …]