Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc157 LookUpInstructionByHandle(root_id)); in GetProgramShape()
205 *(LookUpInstructionByHandle(op_handle).ValueOrDie()); in IsConstantVisitor()
217 *(LookUpInstructionByHandle(instr.operand_ids(0)).ValueOrDie()); in IsConstantVisitor()
2560 LookUpInstructionByHandle(handle)); in BuildConstantSubGraph()
2573 LookUpInstructionByHandle(operand_handle)); in BuildConstantSubGraph()
2606 LookUpInstructionByHandle(id)); in BuildConstantSubGraph()
2814 return LookUpInstructionByHandle(op.handle()); in LookUpInstruction()
2817 StatusOr<const HloInstructionProto*> XlaBuilder::LookUpInstructionByHandle( in LookUpInstructionByHandle() function in xla::XlaBuilder
Dxla_builder.h592 StatusOr<const HloInstructionProto*> LookUpInstructionByHandle(