Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DRandomGraphGeneratorUtils.h194 static const std::string typeNames[] = {"FREE", "CONST", "OP"}; variable
195 return os << typeNames[static_cast<int>(type)];
209 static const std::string typeNames[] = {"Input", "Output", "Internal", "Parameter", "No Value"}; variable
210 return os << typeNames[static_cast<int>(type)];