Searched defs:InferFromGraph (Results 1 – 2 of 2) sorted by relevance
66 void InferFromGraph(FrameView* frame_view, GraphDef* graph, bool valid) { in InferFromGraph() function79 void InferFromGraph<GraphDef>(FrameView* frame_view, GraphDef* graph, in InferFromGraph() function
153 Status FrameView::InferFromGraph(const GraphDef& graph) { in InferFromGraph() function in tensorflow::grappler::FrameView