Home
last modified time | relevance | path

Searched refs:IsQuantTensor (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnn_tensor.h77 bool IsQuantTensor() const;
H A Dops_builder.cpp120 if (allTensors[outputsIndex.front()]->IsQuantTensor()) { in SetQuantType()
H A Dnn_tensor.cpp472 bool NNTensor::IsQuantTensor() const in IsQuantTensor() function in OHOS::NeuralNetworkRuntime::NNTensor