Searched refs:nnOpType (Results 1 – 2 of 2) sorted by relevance
160 int32_t& nnOpType) const in Map()173 nnOpType = TFLITE_TYPE_TO_NNRT_TYPE.at(builtinCode); in Map()265 int32_t nnOpType; in AddOpsAndTensors() local267 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()
65 …TfLiteStatus Map(int32_t builtinCode, const NnrtOpMappingArgs& mappingArgs, int32_t& nnOpType) con…