Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc3639 XlaOp root_op, bool dynamic_dimension_is_minus_one) { in BuildConstantSubGraph() argument
3640 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()
Dxla_builder.h318 XlaOp root_op, bool dynamic_dimension_is_uint_max = false);