Home
last modified time | relevance | path

Searched defs:InferFromGraph (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/utils/
Dframe_test.cc66 void InferFromGraph(FrameView* frame_view, GraphDef* graph, bool valid) { in InferFromGraph() function
79 void InferFromGraph<GraphDef>(FrameView* frame_view, GraphDef* graph, in InferFromGraph() function
Dframe.cc153 Status FrameView::InferFromGraph(const GraphDef& graph) { in InferFromGraph() function in tensorflow::grappler::FrameView