Closed salvacarrion closed 4 years ago
Remove hard-coded axis in LConcat:
shape[1] = t; => shape[this->axis] = t;
shape[1] = t;
shape[this->axis] = t;
done
Remove hard-coded axis in LConcat:
shape[1] = t;
=>shape[this->axis] = t;