Home
last modified time | relevance | path

Searched defs:obj_val (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/keymint/hal/src/hal/
H A Dtests.rs52 let obj_val = obj.clone().to_cbor_value().unwrap(); in test_cbor_value_roundtrip() localVariable
114 let obj_val = obj.clone().to_cbor_value().unwrap(); in test_unnamed_cbor_value_roundtrip() localVariable
/aosp_15_r20/external/pytorch/torch/csrc/cuda/
H A DModule.cpp1728 PyObject* obj_val = THPUtils_packString(val); in THCPModule_cuda_tunableop_get_validators() local