Home
last modified time | relevance | path

Searched defs:nnTensorType (Results 1 – 2 of 2) sorted by relevance

/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
Dnnrt_op_builder.h63 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()
93 …atus AddVectorFloat32Tensor(const float* values, uint32_t numValues, OH_NN_TensorType nnTensorType) in AddVectorFloat32Tensor()
125 TfLiteStatus AddScalarTensor(T value, OH_NN_DataType nnType, OH_NN_TensorType nnTensorType) in AddScalarTensor()
149 OH_NN_TensorType nnTensorType) in AddVectorTensor()
[all …]
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
Dvalidation.cpp61 bool ValidateTensorType(OH_NN_TensorType nnTensorType) in ValidateTensorType()