Searched refs:ValidateTensorType (Results 1 – 5 of 5) sorted by relevance
196 EXPECT_EQ(true, ValidateTensorType(tensorTyep));208 EXPECT_EQ(false, ValidateTensorType(tensorTyep));
36 bool ValidateTensorType(OH_NN_TensorType nnTensorType);
61 bool ValidateTensorType(OH_NN_TensorType nnTensorType) in ValidateTensorType() function
115 if (!Validation::ValidateTensorType(nnTensor.type)) { in BuildFromOHNNTensor()
205 if (!Validation::ValidateTensorType(tensorType)) { in OH_NNModel_SetTensorType()