Searched refs:ValidateTensorDataType (Results 1 – 7 of 7) sorted by relevance
40 EXPECT_EQ(true, ValidateTensorDataType(dataType));52 EXPECT_EQ(false, ValidateTensorDataType(dataType));64 EXPECT_EQ(false, ValidateTensorDataType(dataType));
82 if (!Validation::ValidateTensorDataType(dataType)) { in Build()109 if (!Validation::ValidateTensorDataType(nnTensor.dataType)) { in BuildFromOHNNTensor()137 if (!Validation::ValidateTensorDataType(nnTensorInfo.dataType)) { in BuildFromOHNNTensorInfo()175 if (!OHOS::NeuralNetworkRuntime::Validation::ValidateTensorDataType(dataType)) { in BuildFromTensorDesc()
37 bool ValidateTensorDataType(OH_NN_DataType dataType);
21 bool ValidateTensorDataType(OH_NN_DataType dataType) in ValidateTensorDataType() function
64 if (!Validation::ValidateTensorDataType(dataType)) { in SetDataType()
63 if (!Validation::ValidateTensorDataType(*castTypeInt)) { in Build()