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

Method is_a_reshaped

arm_compute/function_info/GEMMInfo.h:172–175  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

170 * @return True if the matrix A has been reshaped
171 */
172 bool is_a_reshaped() const
173 {
174 return _is_a_reshaped;
175 };
176 /** Flag which specifies if the matrix B has been reshaped
177 *
178 * @return True if the matrix B has been reshaped

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