Searched refs:dst_postfixes (Results 1 – 1 of 1) sorted by relevance
65 const std::string dst_postfixes[] = {".x", ".xy", ".xyz", ""}; in GenerateConv() local66 const std::string dst_postfix = dst_postfixes[dst_size - 1]; in GenerateConv()