Searched refs:OH_NN_UNSUPPORT_OPS (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 D | nnrt_utils.cpp | 203 {kTfLiteBuiltinDepthToSpace, OH_NN_UNSUPPORT_OPS}, 205 {kTfLiteBuiltinEmbeddingLookup, OH_NN_UNSUPPORT_OPS}, 206 {kTfLiteBuiltinFloor, OH_NN_UNSUPPORT_OPS}, 208 {kTfLiteBuiltinHashtableLookup, OH_NN_UNSUPPORT_OPS}, 209 {kTfLiteBuiltinL2Normalization, OH_NN_UNSUPPORT_OPS}, 210 {kTfLiteBuiltinL2Pool2d, OH_NN_UNSUPPORT_OPS}, 211 {kTfLiteBuiltinLocalResponseNormalization, OH_NN_UNSUPPORT_OPS}, 213 {kTfLiteBuiltinLshProjection, OH_NN_UNSUPPORT_OPS}, 214 {kTfLiteBuiltinLstm, OH_NN_UNSUPPORT_OPS}, 217 {kTfLiteBuiltinRelu, OH_NN_UNSUPPORT_OPS}, [all …]
|
H A D | nnrt_utils.h | 146 const int32_t OH_NN_UNSUPPORT_OPS = -1; variable
|
H A D | nnrt_delegate_kernel.cpp | 58 TFLITE_TYPE_TO_NNRT_TYPE.at(builtinCode) != OH_NN_UNSUPPORT_OPS) { in Validate()
|