Home
last modified time | relevance | path

Searched refs:act2 (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
H A Davg_pool_quant8_4.mod.py22 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 Dmax_pool_quant8_3.mod.py34 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 Dmax_pool_quant8_signed.mod.py89 act2 = Int32Scalar("relu1_activation", 2) variable
97 …"MAX_POOL_2D", i0, padding, padding, padding, padding, stride, stride, filt, filt, act2).To(output)
H A Davg_pool_quant8_signed.mod.py115 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 DHintManager.cc77 [](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 DWindowContainerTests.java924 ActivityRecord act2) { in verifyWindowContainerApplyAnimation() argument
963 assertFalse(wc.getAnimationSources().contains(act2)); in verifyWindowContainerApplyAnimation()
H A DDisplayContentTests.java1944 ActivityRecord act2 = createActivityRecord(mDisplayContent); in testAttachAndShowImeScreenshotOnTarget() local
1945 final WindowState appWin2 = createWindow(null, TYPE_BASE_APPLICATION, act2, "appWin2"); in testAttachAndShowImeScreenshotOnTarget()