Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcopy_insertion.cc1226 const HloInstruction* calling_instruction = in IsWhileBody() local
1228 if (calling_instruction->opcode() == HloOpcode::kWhile && in IsWhileBody()
1229 calling_instruction->while_body() == node.computation()) { in IsWhileBody()
Dhlo_verifier.cc72 Status CheckParameterCount(const HloInstruction* calling_instruction, in CheckParameterCount() argument
77 computation->name(), calling_instruction->name(), expected, in CheckParameterCount()