Searched refs:type_param (Results 1 – 11 of 11) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/ |
H A D | lsh_projection_2.mod.py | 27 type_param = Int32Scalar("type_param", 1) # SPARSE variable 30 type_param).To(output)
|
H A D | lsh_projection.mod.py | 27 type_param = Int32Scalar("type_param", 2) # DENSE variable 30 type_param).To(output)
|
H A D | lsh_projection_weights_as_inputs.mod.py | 26 type_param = Int32Scalar("type_param", 2) # DENSE variable 28 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight, type_param).To(output)
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
H A D | lsh_projection_float16.mod.py | 27 type_param = Int32Scalar("type_param", 2) # DENSE variable 30 type_param).To(output)
|
H A D | lsh_projection_3_relaxed.mod.py | 28 type_param = Int32Scalar("type_param", 3) # SPARSE variable 31 type_param).To(output)
|
H A D | lsh_projection_4_relaxed.mod.py | 28 type_param = Int32Scalar("type_param", 1) # SPARSE DEPRECATED variable 31 type_param).To(output)
|
H A D | lsh_projection_deprecated.mod.py | 28 type_param = Int32Scalar("type_param", 1) # SPARSE DEPRECATED variable 31 type_param).To(output)
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/ |
H A D | lsh_projection_2_relaxed.mod.py | 28 type_param = Int32Scalar("type_param", 1) # SPARSE variable 31 type_param).To(output)
|
H A D | lsh_projection_relaxed.mod.py | 28 type_param = Int32Scalar("type_param", 2) # DENSE variable 31 type_param).To(output)
|
H A D | lsh_projection_weights_as_inputs_relaxed.mod.py | 26 type_param = Int32Scalar("type_param", 2) # DENSE variable 28 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight, type_param).To(output)
|
/aosp12/system/tools/aidl/ |
H A D | aidl_to_ndk.cpp | 362 const auto& type_param = aidl.GetTypeParameters()[0]; in GetTypeAspect() local 364 AIDL_FATAL_IF(type_param->IsGeneric(), aidl) << "AIDL doesn't support nested type parameter"; in GetTypeAspect() 367 AidlTypeSpecifier(AIDL_LOCATION_HERE, type_param->GetUnresolvedName(), true /* isArray */, in GetTypeAspect()
|