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

  /external/tensorflow/tensorflow/compiler/xla/service/
flatten_call_graph.cc 99 if (GetInstructionCallContext(instruction->opcode()) !=
call_graph.h 56 CallContext GetInstructionCallContext(HloOpcode opcode);
call_graph.cc 55 CallContext GetInstructionCallContext(HloOpcode opcode) {
108 const CallContext context = GetInstructionCallContext(instruction->opcode());

Completed in 992 milliseconds