Searched refs:matTypeStrStr (Results 1 – 1 of 1) sorted by relevance
290 std::stringstream matTypeStrStr = sh::InitializeStream<std::stringstream>(); in writeMatrixRoundingHelper() local291 matTypeStrStr << "mat" << columns; in writeMatrixRoundingHelper()294 matTypeStrStr << "x" << rows; in writeMatrixRoundingHelper()296 std::string matType = getTypeString(matTypeStrStr.str().c_str()); in writeMatrixRoundingHelper()412 std::stringstream matTypeStrStr = sh::InitializeStream<std::stringstream>(); in writeMatrixRoundingHelper() local413 matTypeStrStr << "float" << columns << "x" << rows; in writeMatrixRoundingHelper()414 std::string matType = matTypeStrStr.str(); in writeMatrixRoundingHelper()