Home
last modified time | relevance | path

Searched defs:act (Results 1 – 25 of 134) sorted by relevance

123456

/frameworks/ml/nn/runtime/test/specs/V1_3/
Dfully_connected_quant8_signed.mod.py45 act = Int32Scalar("act", 0) variable
64 act = Int32Scalar("act", 0) variable
87 act = Int32Scalar("act", 0) variable
106 act = Int32Scalar("act", 0) variable
127 act = Int32Scalar("act", 0) variable
Dmul_quant8_signed.mod.py20 act = Int32Scalar("act", 0) variable
41 act = Int32Scalar("act", 0) variable
Dadd_quant8_signed.mod.py20 act = Int32Scalar("act", 0) variable
41 act = Int32Scalar("act", 0) variable
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
DTestBase.java46 protected ScriptGroupTestActivity act; field in TestBase
51 MessageProcessor(ScriptGroupTestActivity act) { in MessageProcessor()
/frameworks/ml/nn/runtime/test/
DTestCompliance.cpp97 auto act = model.addConstantOperand(&kTypeInt32, kNoActivation); in TEST_F() local
111 auto act = model.addConstantOperand(&kTypeInt32, kNoActivation); in TEST_F() local
127 auto act = model.addConstantOperand(&kTypeInt32, kNoActivation); in TEST_F() local
156 auto act = model.addConstantOperand(&kTypeInt32, kNoActivation); in TEST_F() local
/frameworks/ml/nn/runtime/test/specs/V1_2/
Dadd_v1_2.mod.py21 act = Int32Scalar("act", 0) # an int32_t scalar activation variable
43 act = Int32Scalar("act", 0) variable
Dmul_v1_2.mod.py21 act = Int32Scalar("act", 0) # an int32_t scalar activation variable
43 act = Int32Scalar("act", 0) variable
Ddiv_v1_2.mod.py21 act = Int32Scalar("act", 0) # an int32_t scalar activation variable
43 act = Int32Scalar("act", 0) variable
Dtranspose_conv2d_large.mod.py24 act = Int32Scalar("act", 0) # act = none variable
/frameworks/ml/nn/runtime/test/specs/V1_0/
Dmul_relu.mod.py5 act = Int32Scalar("act", 1) # an int32_t scalar fuse_activation variable
Dmul_quant8.mod.py5 act = Int32Scalar("act", 0) variable
Dmul_broadcast_quant8.mod.py5 act = Int32Scalar("act", 0) variable
Dadd_broadcast_quant8.mod.py5 act = Int32Scalar("act", 0) variable
Dadd_quant8.mod.py5 act = Int32Scalar("act", 0) variable
Dadd.mod.py5 act = Int32Scalar("act", 0) # an int32_t scalar activation variable
Dmul.mod.py5 act = Int32Scalar("act", 0) # an int32_t scalar fuse_activation variable
Dfully_connected_float_large.mod.py22 act = Int32Scalar("act", 0) variable
Dfully_connected_quant8_large_weights_as_inputs.mod.py22 act = Int32Scalar("act", 0) variable
Davg_pool_quant8_1.mod.py22 act = Int32Scalar("act", 0) variable
Dmax_pool_float_1.mod.py22 act = Int32Scalar("act", 0) variable
Dl2_pool_float.mod.py21 act = Int32Scalar("act", 0) variable
/frameworks/ml/nn/runtime/test/specs/V1_1/
Dsub_broadcast_float.mod.py5 act = Int32Scalar("act", 0) variable
Ddiv_broadcast_float.mod.py5 act = Int32Scalar("act", 0) variable
Dsub.mod.py5 act = Int32Scalar("act", 0) # an int32_t scalar fuse_activation variable
Dmul_relu_relaxed.mod.py21 act = Int32Scalar("act", 1) # an int32_t scalar fuse_activation variable

123456