MCPcopy Create free account
hub / github.com/OAID/Tengine / InitRegistry

Method InitRegistry

executor/operator/ref/ref_round.cpp:75–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void RoundOps::InitRegistry(void)
76{
77#ifdef CONFIG_KERNEL_FP32
78 kernel_registry.Register(( ref_round_t )ref_round_fp32, TENGINE_LAYOUT_NCHW, TENGINE_DT_FP32);
79 kernel_registry.Register(( ref_round_t )ref_round_fp32, TENGINE_LAYOUT_NHWC, TENGINE_DT_FP32);
80#endif
81}
82
83NodeOps* SelectFunc(const CPUInfo* info, Node* node)
84{

Callers

nothing calls this directly

Calls 1

RegisterMethod · 0.45

Tested by

no test coverage detected