Searched refs:graphDump (Results 1 – 6 of 6) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | Bridge.cpp | 30 void graphDump(const char* name, const ModelBuilder* model, std::ostream* outStream) { in graphDump() function 33 ::android::nn::graphDump(name, hidlModel, outStream); in graphDump()
|
D | Bridge.h | 35 void graphDump(const char* name, const ModelBuilder* model, std::ostream* outStream = &std::cout);
|
/frameworks/ml/nn/common/include/ |
D | GraphDump.h | 48 void graphDump(const char* name,
|
/frameworks/ml/nn/common/ |
D | GraphDump.cpp | 125 void graphDump(const char* name, const Model& model, std::ostream* outStream) { in graphDump() function
|
/frameworks/ml/nn/runtime/ |
D | ModelBuilder.cpp | 467 graphDump("ModelBuilder::finish", modelForValidation, nullptr); in finish()
|
D | ExecutionPlan.cpp | 1524 graphDump(fromName.str(), mHidlModel); in initializeSlice() 1530 graphDump(toName.str(), convertToV1_2(slice->mHidlModel)); in initializeSlice()
|