Home
last modified time | relevance | path

Searched defs:isSufficient (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/
H A DModelArgumentInfo.h72 bool isSufficient() const { in isSufficient() function
76 bool& isSufficient() { in isSufficient() function
/aosp12/packages/modules/NeuralNetworks/common/include/
H A DCpuExecutor.h86 bool isSufficient() const { in isSufficient() function
/aosp12/packages/modules/NeuralNetworks/common/
H A DExecutionBurstController.cpp188 const bool isSufficient = operandInfo.isSufficient; in deserialize() local
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DExecutionBurstUtils.cpp361 const bool isSufficient = operandInfo.isSufficient; in deserialize() local
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/
H A DTypes.h218 bool isSufficient = false; member