Home
last modified time | relevance | path

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

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