Is increased-strided DLTensor stored in column-major?

DLTensor requires that the data stores in row major and all the logics are based on the row major assumption.

Most CBLAS interface assumes the input is col major if i recall correctly.