Searched refs:root_op (Results 1 – 2 of 2) sorted by relevance
3639 XlaOp root_op, bool dynamic_dimension_is_minus_one) { in BuildConstantSubGraph() argument3640 TF_ASSIGN_OR_RETURN(bool is_constant, IsConstant(root_op)); in BuildConstantSubGraph()3642 auto op_status = LookUpInstruction(root_op); in BuildConstantSubGraph()3658 LookUpInstruction(root_op)); in BuildConstantSubGraph()3660 VLOG(4) << "Build constant subgraph for:\n" << OpToString(root_op); in BuildConstantSubGraph()
318 XlaOp root_op, bool dynamic_dimension_is_uint_max = false);