Home
last modified time | relevance | path

Searched defs:op_params (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/keymaster/tests/
H A Dkeymaster_enforcement_test.cpp597 AuthorizationSet op_params; in TEST_F() local
621 AuthorizationSet op_params; in TEST_F() local
649 AuthorizationSet op_params; in TEST_F() local
673 AuthorizationSet op_params; in TEST_F() local
702 AuthorizationSet op_params; in TEST_F() local
731 AuthorizationSet op_params; in TEST_F() local
758 AuthorizationSet op_params; in TEST_F() local
782 AuthorizationSet op_params; in TEST_F() local
836 AuthorizationSet op_params; in TEST_F() local
861 AuthorizationSet op_params; in TEST_F() local
[all …]
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DPooling.cpp144 auto op_params = param.toTfliteParam(outputShape); in averagePoolNhwc() local
167 auto op_params = param.toTfliteParam(outputShape); in averagePoolNhwc() local
177 auto op_params = param.toTfliteParam(outputShape); in averagePoolNhwc() local
190 auto op_params = param.toTfliteParam(outputShape); in l2PoolNhwc() local
212 auto op_params = param.toTfliteParam(outputShape); in maxPoolNhwc() local
222 auto op_params = param.toTfliteParam(outputShape); in maxPoolNhwc() local
232 auto op_params = param.toTfliteParam(outputShape); in maxPoolNhwc() local
H A DBroadcast.cpp169 tflite::ArithmeticParams op_params; in addQuant8() local
293 tflite::ArithmeticParams op_params; in mulQuant8() local
381 tflite::ArithmeticParams op_params; in subQuant8() local
/aosp12/system/hardware/interfaces/wifi/keystore/1.0/default/
H A Dkeystore.cpp246 std::vector<KMV1::KeyParameter> op_params(4); in keyStore2Sign() local
/aosp12/system/security/keystore2/src/
H A Dsecurity_level.rs292 let op_params: Vec<KeyParameter> = in create_operation() localVariable
353 let op_params: Vec<KeyParameter> = operation_parameters.to_vec(); in create_operation() localVariable
H A Doperation.rs187 op_params: Vec<KeyParameter>, field
/aosp12/system/security/keystore-engine/
H A Dkeystore2_engine.cpp201 std::vector<KMV1::KeyParameter> op_params(4); in keystore2_sign() local