Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph.cc659 auto node_arg = sgraph.AddNode(nd, &s); in RegisterSegmentFunctionToFunctionLibrary() local
664 sgraph.AddEdge(node_arg, 0, edge->dst(), edge->dst_input()); in RegisterSegmentFunctionToFunctionLibrary()
665 VLOG(1) << "Updating funcdef input " << node_arg->name() << ":" << 0 in RegisterSegmentFunctionToFunctionLibrary()
668 LOG(ERROR) << "Failed to update edge from " << node_arg->name() in RegisterSegmentFunctionToFunctionLibrary()