Searched refs:specType (Results 1 – 3 of 3) sorted by relevance
45 const char* specType; // Name found in the .spec file member83 std::string specType; // The type found in the spec, e.g. "f16" member123 bool isFloat16Parameter() const { return specType.compare("f16") == 0; } in isFloat16Parameter()
93 if (*i == t.specType) { in convertToTypeVector()217 specType = TYPES[typeIndex].specType; in parseParameterDefinition()
649 string floatType = mReturnParam->specType; in writeJavaCreateTarget()