Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp304 const HidlModel hidlModel = model->makeHidlModel(); in dump() local
305 std::cout << name << ": " << hidlModel << std::endl; in dump()
306 std::cout << "inputs: " << hidlModel.main.inputIndexes << std::endl; in dump()
307 std::cout << "outputs: " << hidlModel.main.outputIndexes << std::endl; in dump()
308 for (size_t i = 0, e = hidlModel.main.operations.size(); i < e; i++) { in dump()
309 std::cout << "operation[" << i << "]: " << hidlModel.main.operations[i] << std::endl; in dump()