Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/fuzzing/
DRandomGraphGeneratorUtils.h203 static const std::string typeNames[] = {"FREE", "CONST", "OP"}; variable
204 return typeNames[static_cast<int>(type)];
220 static const std::string typeNames[] = {"Input", "Output", "Internal", "Parameter", "No Value"}; variable
221 return typeNames[static_cast<int>(type)];