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

Method run

src/runtime/CL/functions/CLFuseBatchNormalization.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void CLFuseBatchNormalization::run()
95{
96 CLScheduler::get().enqueue(*_fuse_bn_kernel, true);
97}
98} // namespace arm_compute

Callers

nothing calls this directly

Calls 1

enqueueMethod · 0.45

Tested by

no test coverage detected