Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment.h81 Status SegmentGraph(const Graph* tf_graph,
Dsegment_test.cc69 TF_EXPECT_OK(SegmentGraph(graph, graph_properties, in RunTest()
Dsegment.cc682 Status SegmentGraph(const Graph* tf_graph, in SegmentGraph() function
/external/sonivox/jet_tools/JetCreator/
DJetAudition.py33 from JetSegGraph import SegmentGraph, Marker
146 self.graph = SegmentGraph(panel, size=(-1, 50))
DJetSegGraph.py89 class SegmentGraph(wx.Panel): class
DJetCreator.py38 from JetSegGraph import SegmentGraph, Marker
199 self.graph = SegmentGraph(rightPanel, size=(-1, 50))
DJetDialogs.py103 self.ctrls[Text] = SegmentGraph(panel, pos=(Col, Row), size=Len)
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph.cc744 TF_RETURN_IF_ERROR(segment::SegmentGraph( in ConvertAfterShapes()