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

Method run

src/runtime/CL/functions/CLInstanceNormalizationLayer.cpp:83–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void CLInstanceNormalizationLayer::run()
84{
85 ARM_COMPUTE_ERROR_ON_MSG(!_inst_norm_kernel,
86 "The child class didn't set the CL kernel or function isn't configured");
87 schedule_kernel_on_ctx(_ctx, _mean_var_kernel.get());
88 schedule_kernel_on_ctx(_ctx, _inst_norm_kernel.get());
89}
90
91} // namespace arm_compute

Callers

nothing calls this directly

Calls 2

schedule_kernel_on_ctxFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected