Searched refs:numValues (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 | 85 …TfLiteStatus AddVectorInt32Tensor(const int32_t* values, uint32_t numValues, OH_NN_TensorType nnTe… in AddVectorInt32Tensor() argument 87 return AddVectorTensor<int32_t>(values, numValues, OH_NN_UINT32, nnTensorType); in AddVectorInt32Tensor() 89 …TfLiteStatus AddVectorInt64Tensor(const int64_t* values, uint32_t numValues, OH_NN_TensorType nnTe… in AddVectorInt64Tensor() argument 91 return AddVectorTensor<int64_t>(values, numValues, OH_NN_INT64, nnTensorType); in AddVectorInt64Tensor() 93 …TfLiteStatus AddVectorFloat32Tensor(const float* values, uint32_t numValues, OH_NN_TensorType nnTe… in AddVectorFloat32Tensor() argument 95 return AddVectorTensor<float>(values, numValues, OH_NN_FLOAT32, nnTensorType); in AddVectorFloat32Tensor() 148 TfLiteStatus AddVectorTensor(const T* values, int32_t numValues, OH_NN_DataType nnType, in AddVectorTensor() argument 169 .dimensions = &numValues, in AddVectorTensor() 178 … m_nnrt->OH_NNModel_SetTensorData(m_nnModel, nnIndex, values, sizeof(*(values)) * numValues), in AddVectorTensor()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/ |
H A D | dsched_continue_event.cpp | 77 …int32_t *numValues[] = { &version_, &serviceType_, &subServiceType_, &continueByType_, &sourceMiss… in Unmarshal() local 87 *numValues[i] = item->valueint; in Unmarshal() 489 int32_t *numValues[] = { in UnmarshalCallerInfo() local 500 *numValues[i] = item->valueint; in UnmarshalCallerInfo() 658 int32_t *numValues[] = { in Unmarshal() local 668 *numValues[i] = item->valueint; in Unmarshal()
|