Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dexpand_dims_quant8_signed.mod.py24 model0 = Model().Operation("EXPAND_DIMS", input0, 0).To(output0) variable
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dexpand_dims.mod.py24 model0 = Model().Operation("EXPAND_DIMS", input0, 0).To(output0) variable
/aosp_15_r20/external/android-nn-driver/test/
H A DGenericLayerTests.cpp32 HalPolicy::Model model0 = {}; variable
/aosp_15_r20/external/pytorch/test/
H A Dtest_cuda_multigpu.py1226 def run(model0, model1, optimizer0, optimizer1, try_scaling_api): argument
H A Dtest_torch.py6119 def run(model0, model1, optimizer0, optimizer1, try_scaling_api): argument
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp1883 PartitioningModel model0; in TEST_F() local
2025 PartitioningModel model0; in TEST_F() local
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dutils.py914 def is_jit_model(model0): argument