Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dhash_utils.cc525 std::unique_ptr<FunctionBody> this_fbody; in CheckFunctionsEqualHelper() local
527 *this_fdef, AttrSlice(&this_attrs), flib_, &this_fbody)); in CheckFunctionsEqualHelper()
528 GraphDef this_graph_def = this_fbody->graph->ToGraphDefDebug(); in CheckFunctionsEqualHelper()
534 if (this_fbody->ret_nodes.size() != that_fbody->ret_nodes.size()) { in CheckFunctionsEqualHelper()
537 that_name, ": ", this_fbody->ret_nodes.size(), " vs ", in CheckFunctionsEqualHelper()
540 for (int i = 0; i < this_fbody->ret_nodes.size(); ++i) { in CheckFunctionsEqualHelper()
541 const NodeDef* this_root = &this_fbody->ret_nodes[i]->def(); in CheckFunctionsEqualHelper()
551 for (const auto& control_ret_node : this_fbody->control_ret_nodes) { in CheckFunctionsEqualHelper()