Searched refs:SegmentGraph (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/ |
D | segment.h | 81 Status SegmentGraph(const Graph* tf_graph,
|
D | segment_test.cc | 69 TF_EXPECT_OK(SegmentGraph(graph, graph_properties, in RunTest()
|
D | segment.cc | 682 Status SegmentGraph(const Graph* tf_graph, in SegmentGraph() function
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetAudition.py | 33 from JetSegGraph import SegmentGraph, Marker 146 self.graph = SegmentGraph(panel, size=(-1, 50))
|
D | JetSegGraph.py | 89 class SegmentGraph(wx.Panel): class
|
D | JetCreator.py | 38 from JetSegGraph import SegmentGraph, Marker 199 self.graph = SegmentGraph(rightPanel, size=(-1, 50))
|
D | JetDialogs.py | 103 self.ctrls[Text] = SegmentGraph(panel, pos=(Col, Row), size=Len)
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_graph.cc | 744 TF_RETURN_IF_ERROR(segment::SegmentGraph( in ConvertAfterShapes()
|