MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / is_b_reshaped

Method is_b_reshaped

arm_compute/function_info/GEMMInfo.h:180–183  ·  view source on GitHub ↗

Flag which specifies if the matrix B has been reshaped * * @return True if the matrix B has been reshaped */

Source from the content-addressed store, hash-verified

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

Callers 5

TypePrinter.hFile · 0.80
validateMethod · 0.80
validateMethod · 0.80
validateMethod · 0.80
validateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected