Searched refs:stateful_op_names (Results 1 – 1 of 1) sorted by relevance
29 std::vector<string>* stateful_op_names) { in FindStatefulOps() argument37 stateful_op_names->push_back(node.op()); in FindStatefulOps()46 stateful_op_names->push_back( in FindStatefulOps()88 std::vector<string> stateful_op_names; in AsGraphDef() local89 TF_RETURN_IF_ERROR(FindStatefulOps(*graph_def, &stateful_op_names)); in AsGraphDef()90 if (!stateful_op_names.empty()) { in AsGraphDef()95 << absl::StrJoin(stateful_op_names, ", "); in AsGraphDef()