Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.cc3608 LookUpInstruction(val)); in SetDimensionSizeInternal()
3630 TF_RETURN_IF_ERROR(LookUpInstruction(operand).status()); in IsConstant()
3642 auto op_status = LookUpInstruction(root_op); in BuildConstantSubGraph()
3658 LookUpInstruction(root_op)); in BuildConstantSubGraph()
4010 StatusOr<const HloInstructionProto*> XlaBuilder::LookUpInstruction( in LookUpInstruction() function in xla::XlaBuilder
H A Dxla_builder.h948 StatusOr<const HloInstructionProto*> LookUpInstruction(XlaOp op) const;