Home
last modified time | relevance | path

Searched defs:graphDump (Results 1 – 5 of 5) sorted by relevance

/frameworks/ml/nn/runtime/test/
DBridge.cpp30 void graphDump(const char* name, const ModelBuilder* model, std::ostream& outStream) { in graphDump() function
DTestGenerated.cpp38 void graphDump([[maybe_unused]] const char* name, [[maybe_unused]] const Model& model) { in graphDump() function
DTestPartitioningRandom.cpp470 void RandomPartitioningTest::graphDump([[maybe_unused]] const WrapperModel& model) { in graphDump() function in android::__anonbe695bce0111::RandomPartitioningTest
DTestPartitioning.cpp212 void graphDump([[maybe_unused]] const char* name, [[maybe_unused]] const WrapperModel& model) { in graphDump() function
/frameworks/ml/nn/common/
DGraphDump.cpp42 void graphDump(const char* name, const Model& model, std::ostream& outStream) { in graphDump() function