Home
last modified time | relevance | path

Searched refs:callDesc (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_utils.h48 #define RETURN_TFLITE_ERROR_IF_NN_ERROR(code, callDesc) \ argument
53 errorDesc.c_str(), __LINE__, (callDesc)); \
58 #define RETURN_TFLITE_ERROR_IF_NN_ERROR_FOR_TENSOR(code, callDesc, pTensor) … argument
64 … __LINE__, (callDesc), (pTensor)->name ? (pTensor)->name : "no-name"); \
H A Dnnrt_delegate_kernel.cpp44 #define RETURN_TFLITE_ERROR_IF_NN_ERROR_FOR_COMPILE(code, callDesc) … argument
49 …__LINE__, (callDesc)); …