Searched refs:inputValue (Results 1 – 5 of 5) sorted by relevance
82 final long inputValue = 254L; in testRapporEncoder_IRRWithPRR() local97 assertEquals(expectedPrrValue, toLong(encoder1.encodeBits(toBytes(inputValue)))); in testRapporEncoder_IRRWithPRR()125 assertEquals(expectedPrrAndIrrValue, toLong(encoder3.encodeBits(toBytes(inputValue)))); in testRapporEncoder_IRRWithPRR()131 final long inputValue = 254L; in testRapporEncoder_ensureSecureEncoderIsSecure() local146 assertEquals(prrValue, toLong(encoder1.encodeBits(toBytes(inputValue)))); in testRapporEncoder_ensureSecureEncoderIsSecure()181 encoder3.encodeBits(toBytes(inputValue)))); in testRapporEncoder_ensureSecureEncoderIsSecure()
291 public void receiveNotification(boolean inputValue) { in receiveNotification() argument292 mHasNotification = inputValue; in receiveNotification()
127 T_Input inputValue = batchBase[h * inWidth * inDepth + w * inDepth + k]; in roiPoolingNhwc() local128 if (first || inputValue > maxValue) { in roiPoolingNhwc()129 maxValue = inputValue; in roiPoolingNhwc()
390 Object inputValue = getAssignmentValue(attributes); in addFilterInput() local391 if (inputValue == null) { in addFilterInput()399 inputValue)); in addFilterInput()
343 public String getDefinitionByCompareValue(String inputValue) { in getDefinitionByCompareValue() argument344 if (mCompareValue.equals(inputValue)) { in getDefinitionByCompareValue()