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

Method validate

src/runtime/CL/functions/CLGEMM.cpp:110–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110Status CLGEMM::validate(const ITensorInfo *a,
111 const ITensorInfo *b,
112 const ITensorInfo *c,
113 const ITensorInfo *output,
114 float alpha,
115 float beta,
116 const GEMMInfo &gemm_info)
117{
118 ARM_COMPUTE_RETURN_ERROR_ON_DYNAMIC_SHAPE(a, b, c, output);
119 return OperatorType::validate(a, b, c, output, alpha, beta, gemm_info);
120}
121
122void CLGEMM::run()
123{

Callers 2

schedule_commonMethod · 0.45
schedule_opMethod · 0.45

Calls 1

validateFunction · 0.50

Tested by

no test coverage detected