Home
last modified time | relevance | path

Searched refs:nnOpType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_delegate_kernel.cpp160 int32_t& nnOpType) const in Map()
173 nnOpType = TFLITE_TYPE_TO_NNRT_TYPE.at(builtinCode); in Map()
265 int32_t nnOpType; in AddOpsAndTensors() local
267 TF_LITE_ENSURE_STATUS(Map(reg->builtin_code, opMappingArgs, nnOpType)); in AddOpsAndTensors()
283 …ENSURE_STATUS(builder.FinalizeAddOperation(static_cast<OH_NN_OperationType>(nnOpType), nodeIndex)); in AddOpsAndTensors()
H A Dnnrt_delegate_kernel.h65 …TfLiteStatus Map(int32_t builtinCode, const NnrtOpMappingArgs& mappingArgs, int32_t& nnOpType) con…