Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc3380 LookUpInstruction(val)); in SetDimensionSizeInternal()
3401 TF_RETURN_IF_ERROR(LookUpInstruction(operand).status()); in IsConstant()
3411 LookUpInstruction(root_op)); in BuildDynamicInferenceGraph()
3755 auto op_status = LookUpInstruction(root_op); in BuildConstantSubGraph()
3771 LookUpInstruction(root_op)); in BuildConstantSubGraph()
4055 StatusOr<const HloInstructionProto*> XlaBuilder::LookUpInstruction( in LookUpInstruction() function in xla::XlaBuilder
Dxla_builder.h915 StatusOr<const HloInstructionProto*> LookUpInstruction(XlaOp op) const;