Searched refs:act2 (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/ |
H A D | avg_pool_quant8_4.mod.py | 22 act2 = Int32Scalar("relu1_activitation", 2) variable 24 …el.Operation("AVERAGE_POOL_2D", i1, pad0, pad0, pad0, pad0, cons1, cons1, cons1, cons1, act2).To(o)
|
H A D | max_pool_quant8_3.mod.py | 34 act2 = Int32Scalar("relu1_activation", 2) variable 42 …"MAX_POOL_2D", i0, padding, padding, padding, padding, stride, stride, filt, filt, act2).To(output)
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
H A D | max_pool_quant8_signed.mod.py | 89 act2 = Int32Scalar("relu1_activation", 2) variable 97 …"MAX_POOL_2D", i0, padding, padding, padding, padding, stride, stride, filt, filt, act2).To(output)
|
H A D | avg_pool_quant8_signed.mod.py | 115 act2 = Int32Scalar("relu1_activitation", 2) variable 117 …el.Operation("AVERAGE_POOL_2D", i1, pad0, pad0, pad0, pad0, cons1, cons1, cons1, cons1, act2).To(o)
|
/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/ |
H A D | HintManager.cc | 77 [](const auto act1, const auto act2) { in InitHintStatus() argument 78 return act1.timeout_ms < act2.timeout_ms; in InitHintStatus()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowContainerTests.java | 924 ActivityRecord act2) { in verifyWindowContainerApplyAnimation() argument 963 assertFalse(wc.getAnimationSources().contains(act2)); in verifyWindowContainerApplyAnimation()
|
H A D | DisplayContentTests.java | 1944 ActivityRecord act2 = createActivityRecord(mDisplayContent); in testAttachAndShowImeScreenshotOnTarget() local 1945 final WindowState appWin2 = createWindow(null, TYPE_BASE_APPLICATION, act2, "appWin2"); in testAttachAndShowImeScreenshotOnTarget()
|