Flag which specifies if the matrix B has been reshaped * * @return True if the matrix B has been reshaped */
| 178 | * @return True if the matrix B has been reshaped |
| 179 | */ |
| 180 | bool is_b_reshaped() const |
| 181 | { |
| 182 | return _is_b_reshaped; |
| 183 | }; |
| 184 | /** Flag which specifies if the reshape of matrix B should executed only for the first |
| 185 | * |
| 186 | * @note This flag could be set to TRUE when GEMM is used to accelerate convolution layer |
no outgoing calls
no test coverage detected