Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dhash_utils.cc529 std::unique_ptr<FunctionBody> that_fbody; in CheckFunctionsEqualHelper() local
531 *that_fdef, AttrSlice(&that_attrs), that->flib_, &that_fbody)); in CheckFunctionsEqualHelper()
532 GraphDef that_graph_def = that_fbody->graph->ToGraphDefDebug(); in CheckFunctionsEqualHelper()
534 if (this_fbody->ret_nodes.size() != that_fbody->ret_nodes.size()) { in CheckFunctionsEqualHelper()
538 that_fbody->ret_nodes.size()); in CheckFunctionsEqualHelper()
542 const NodeDef* that_root = &that_fbody->ret_nodes[i]->def(); in CheckFunctionsEqualHelper()
555 for (const auto& control_ret_node : that_fbody->control_ret_nodes) { in CheckFunctionsEqualHelper()