Home
last modified time | relevance | path

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 Dnnrt_utils.cpp203 {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 Dnnrt_utils.h146 const int32_t OH_NN_UNSUPPORT_OPS = -1; variable
H A Dnnrt_delegate_kernel.cpp58 TFLITE_TYPE_TO_NNRT_TYPE.at(builtinCode) != OH_NN_UNSUPPORT_OPS) { in Validate()