Home
last modified time | relevance | path

Searched defs:PrintGraph (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/android-nn-driver/test/
H A DUtilsTests.cpp40 ::armnn::Status PrintGraph() override { return ::armnn::Status::Failure; } in PrintGraph() function in armnn::MockOptimizedNetworkImpl
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_graph.cc159 std::vector<GraphNode*> TFGraph::PrintGraph(const std::vector<GraphNode*> roots, in PrintGraph() function in tensorflow::tfprof::TFGraph
/aosp_15_r20/external/armnn/src/armnn/
H A DNetwork.cpp236 Status INetwork::PrintGraph() in PrintGraph() function in armnn::INetwork
681 Status IOptimizedNetwork::PrintGraph() in PrintGraph() function in armnn::IOptimizedNetwork
711 Status OptimizedNetworkImpl::PrintGraph() in PrintGraph() function in armnn::OptimizedNetworkImpl
2051 Status NetworkImpl::PrintGraph() in PrintGraph() function in armnn::NetworkImpl
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bvgraph_test.cc33 void PrintGraph(const G &g) { in PrintGraph() function