OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:graphDump
(Results
1 - 5
of
5
) sorted by null
/frameworks/ml/nn/runtime/test/
Bridge.cpp
23
#include "
GraphDump
.h"
30
void
graphDump
(const char* name, const ModelBuilder* model, std::ostream& outStream) {
33
::android::nn::
graphDump
(name, hidlModel, outStream);
TestGenerated.cpp
38
void
graphDump
([[maybe_unused]] const char* name, [[maybe_unused]] const Model& model) {
40
::android::nn::bridge_tests::
graphDump
(
72
graphDump
("", model);
TestPartitioning.cpp
19
#include "
GraphDump
.h"
208
::android::nn::
graphDump
(name, model);
212
void
graphDump
([[maybe_unused]] const char* name, [[maybe_unused]] const WrapperModel& model) {
761
graphDump
("SimpleModel", model);
[
all
...]
TestPartitioningRandom.cpp
353
void
graphDump
(const WrapperModel& model);
470
void RandomPartitioningTest::
graphDump
([[maybe_unused]] const WrapperModel& model) {
473
nn::bridge_tests::
graphDump
(name.c_str(),
[
all
...]
/frameworks/ml/nn/common/
GraphDump.cpp
17
#include "
GraphDump
.h"
42
void
graphDump
(const char* name, const Model& model, std::ostream& outStream) {
Completed in 167 milliseconds