Home
last modified time | relevance | path

Searched refs:AddReshapeParams (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_op_builder.cpp248 TfLiteStatus NnrtOpBuilder::AddReshapeParams(const NnrtOpMappingArgs& mappingArgs, int32_t builtinC… in AddReshapeParams() function in tflite::delegate::nnrt::NnrtOpBuilder
488 m_keyToOpFunc[kTfLiteBuiltinReshape] = &NnrtOpBuilder::AddReshapeParams; in MapBuiltinCodeToFunc()
H A Dnnrt_op_builder.h258 TfLiteStatus AddReshapeParams(const NnrtOpMappingArgs& mappingArgs, int32_t builtinCode);