Searched defs:dimA (Results 1 – 4 of 4) sorted by relevance
102 int dimA[CUDNN_DIM_MAX]; in operator <<() local177 int dimA[CUDNN_DIM_MAX]; in operator <<() local
72 int dimA[MIOPEN_DIM_MAX]; in operator <<() local
26 ptrdiff_t dimA = dimsA - 1 - offset; in infer_size_impl() local
454 private static boolean dimensionsCompatible(int[] dimA, int[] dimB) { in dimensionsCompatible()