Home
last modified time | relevance | path

Searched refs:pfunc (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_op_builder.cpp472 OpFuncPtr pfunc = m_keyToOpFunc[builtinCode]; in AddOpFuncParams() local
473 return (this->*pfunc)(mappingArgs, builtinCode); in AddOpFuncParams()
/ohos5.0/docs/zh-cn/contribute/
H A DOpenHarmony-compile-rule.md179 int (\*pfunc)(int a, int b);
183 pfunc = fun;
184 ret = pfunc(10, 20);
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-compile-rule.md177 int (\*pfunc)(int a, int b);
181 pfunc = fun;
182 ret = pfunc(10, 20);