Home
last modified time | relevance | path

Searched defs:nnType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_op_builder.h125 TfLiteStatus AddScalarTensor(T value, OH_NN_DataType nnType, OH_NN_TensorType nnTensorType) in AddScalarTensor()
148 TfLiteStatus AddVectorTensor(const T* values, int32_t numValues, OH_NN_DataType nnType, in AddVectorTensor()
H A Dtensor_mapping.h125 …nvertType(TfLiteContext* context, int32_t tensorIndex, int32_t tensorFlags, OH_NN_DataType& nnType) in ConvertType()
H A Dnnrt_op_builder.cpp193 OH_NN_DataType nnType {OH_NN_FLOAT32}; in AddQuantizeParams() local
432 OH_NN_DataType nnType {OH_NN_UNKNOWN}; in ConstructNNTensor() local
H A Dnnrt_delegate_kernel.cpp296 OH_NN_DataType nnType {OH_NN_UNKNOWN}; in ConvertTensorTypeToNn() local