Searched defs:columnCount (Results 1 – 2 of 2) sorted by relevance
1096 const uint32_t columnCount; member1099 MatrixType MatrixType::get(Type columnType, uint32_t columnCount) { in get()1104 Type columnType, uint32_t columnCount) { in getChecked()1110 Type columnType, uint32_t columnCount) { in verify()
421 int64_t columnCount = countDims[0]; in parseMatrixType() local