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

Method InitRegistry

executor/operator/ref/ref_comparison.cpp:89–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void ComparisonOps::InitRegistry(void)
90{
91#ifdef CONFIG_KERNEL_FP32
92 kernel_registry.Register(( ref_comparison_t )ref_comparison_fp32, TENGINE_LAYOUT_NCHW, TENGINE_DT_FP32);
93 kernel_registry.Register(( ref_comparison_t )ref_comparison_fp32, TENGINE_LAYOUT_NHWC, TENGINE_DT_FP32);
94#endif
95}
96
97NodeOps* SelectFunc(const CPUInfo* info, Node* node)
98{

Callers

nothing calls this directly

Calls 1

RegisterMethod · 0.45

Tested by

no test coverage detected