Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dflatten_call_graph.cc99 if (GetInstructionCallContext(instruction->opcode()) != in FlattenNode()
Dcall_graph.cc55 CallContext GetInstructionCallContext(HloOpcode opcode) { in GetInstructionCallContext() function
111 const CallContext context = GetInstructionCallContext(instruction->opcode()); in AddCallSiteForInstruction()
Dcall_graph.h56 CallContext GetInstructionCallContext(HloOpcode opcode);
Dmemory_space_assignment.cc1320 (GetInstructionCallContext(hlo_use.instruction->opcode()) == in AllocateAllocationValues()