Searched refs:specType (Results 1 – 4 of 4) sorted by relevance
916 usedSpecializationsSet.toList().forEachLastAware { specType, isLast -> method917 val SpecType = specType.capitalize()922 usedSpecializations.forEachIndexed { i, specType -> method923 val SpecType = specType.capitalize()
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()
656 string floatType = mReturnParam->specType; in writeJavaCreateTarget()