Searched defs:nnTensorType (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 D | nnrt_op_builder.h | 63 TfLiteStatus AddScalarBoolTensor(bool value, OH_NN_TensorType nnTensorType) in AddScalarBoolTensor() 67 TfLiteStatus AddScalarInt32Tensor(int32_t value, OH_NN_TensorType nnTensorType) in AddScalarInt32Tensor() 71 TfLiteStatus AddScalarInt8Tensor(int32_t value, OH_NN_TensorType nnTensorType) in AddScalarInt8Tensor() 75 TfLiteStatus AddScalarInt64Tensor(int64_t value, OH_NN_TensorType nnTensorType) in AddScalarInt64Tensor() 79 TfLiteStatus AddScalarFloat32Tensor(float value, OH_NN_TensorType nnTensorType) in AddScalarFloat32Tensor() 85 …atus AddVectorInt32Tensor(const int32_t* values, uint32_t numValues, OH_NN_TensorType nnTensorType) in AddVectorInt32Tensor() 89 …atus AddVectorInt64Tensor(const int64_t* values, uint32_t numValues, OH_NN_TensorType nnTensorType) in AddVectorInt64Tensor() 125 TfLiteStatus AddScalarTensor(T value, OH_NN_DataType nnType, OH_NN_TensorType nnTensorType) in AddScalarTensor() 149 OH_NN_TensorType nnTensorType) in AddVectorTensor() 187 int32_t builtinCode, OH_NN_TensorType nnTensorType) in AddActivateParamsInOperator() [all …]
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
H A D | validation.cpp | 61 bool ValidateTensorType(OH_NN_TensorType nnTensorType) in ValidateTensorType()
|