Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/audio_CrasGetNodes/
Dcontrol7 PURPOSE = 'Test that dbus GetNodes API of CRAS is working.'
10 loopback input and output nodes are correct by dbus GetNodes API.
20 Test that dbus GetNodes API of CRAS is working.
/external/tensorflow/tensorflow/lite/toco/tensorflow_graph_matching/
Dcluster.h56 const std::vector<const tensorflow::NodeDef*>& GetNodes() { return nodes_; } in GetNodes() function
Dresolve_cluster.cc78 for (const NodeDef* cluster_node : cluster->GetNodes()) { in FindCluster()
/external/tensorflow/tensorflow/core/grappler/utils/
Dframe.cc40 for (const auto& node : graph_view.GetNodes()) { in InferFromGraphViewT()
Dgraph_view_internal.h328 const std::vector<NodeViewT>& GetNodes() const { return nodes_; } in GetNodes() function
Dgraph_view_test.cc152 TYPED_TEST(TypedGraphViewTest, GetNodes) { in TYPED_TEST() argument
159 const auto& nodes = graph_view.GetNodes(); in TYPED_TEST()
803 for (const NodeView& expected_node_view : expected_graph_view.GetNodes()) { in CompareGraphViewWithGraph()
Dgraph_view_internal_test.cc47 for (const auto& node_view : graph_view->GetNodes()) { in GetUpdatedNodeNames()
/external/adhd/cras/
DREADME.dbus-api58 {dict},{dict},... GetNodes()
177 GetNodes() HotwordModels string.
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dgraph_analyzer_test.cc67 const GenNodeMap& GetNodes() { return gran_->nodes_; } in GetNodes() function in tensorflow::grappler::graph_analyzer::test::GraphAnalyzerTest
84 auto& map = GetNodes(); in TEST_F()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dgeneric_layout_optimizer.cc78 for (const auto& node : context.graph_view->GetNodes()) { in NumConvOnDeviceWithDataTypeOverThreshold()
/external/autotest/client/cros/audio/
Dcras_utils.py229 return get_cras_control_interface().GetNodes()