Home
last modified time | relevance | path

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

/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h526 void dumpTestOperand(const TestOperand& operand, uint32_t index);
/frameworks/ml/nn/tools/test_generator/test_harness/
DTestHarness.cpp606 void SpecDumper::dumpTestOperand(const TestOperand& operand, uint32_t index) { in dumpTestOperand() function in test_helper::SpecDumper
650 dumpTestOperand(kTestModel.main.operands[i], i); in dumpTestModel()