Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc4058 return LookUpInstructionInternal<const HloInstructionProto*>(op); in LookUpInstruction()
4069 return LookUpInstructionInternal<HloInstructionProto*>(op); in LookUpMutableInstruction()
Dxla_builder.h1470 StatusOr<InstructionType> LookUpInstructionInternal(XlaOp op) const { in LookUpInstructionInternal() function