Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/operations/
DRoiPooling.cpp127 T_Input inputValue = batchBase[h * inWidth * inDepth + w * inDepth + k]; in roiPoolingNhwc() local
128 if (first || inputValue > maxValue) { in roiPoolingNhwc()
129 maxValue = inputValue; in roiPoolingNhwc()
/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
DNetworkProviderWorkerTest.java291 public void receiveNotification(boolean inputValue) { in receiveNotification() argument
292 mHasNotification = inputValue; in receiveNotification()
/packages/services/Telephony/src/com/android/phone/
DCarrierXmlParser.java343 public String getDefinitionByCompareValue(String inputValue) { in getDefinitionByCompareValue() argument
344 if (mCompareValue.equals(inputValue)) { in getDefinitionByCompareValue()