Home
last modified time | relevance | path

Searched refs:IsScalarInputSupported (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.h76 extern bool IsScalarInputSupported(int32_t builtinCode);
H A Dnnrt_utils.cpp64 bool IsScalarInputSupported(int32_t builtinCode) in IsScalarInputSupported() function
H A Dnnrt_delegate_kernel.cpp258 const bool scalarAsTensor = IsScalarInputSupported(reg->builtin_code); in AddOpsAndTensors()