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

Method prepare

src/runtime/NEON/functions/NELSTMLayer.cpp:883–895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

881}
882
883void NELSTMLayer::prepare()
884{
885 if (!_is_prepared)
886 {
887 _concat_weights_forget_gate.run();
888 if (!_run_cifg_opt)
889 {
890 _concat_weights_input_gate.run();
891 }
892 _concat_weights_output.run();
893 _is_prepared = true;
894 }
895}
896} // namespace arm_compute

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected