/aosp_15_r20/external/executorch/backends/xnnpack/test/models/ |
H A D | inception_v4.py | 16 model_inputs = (torch.randn(3, 299, 299).unsqueeze(0),) variable in TestInceptionV4
|
H A D | edsr.py | 18 model_inputs = (torch.randn(1, 3, 224, 224),) variable in TestEDSR
|
H A D | inception_v3.py | 17 model_inputs = (torch.randn(1, 3, 224, 224),) variable in TestInceptionV3
|
H A D | mobilenet_v2.py | 19 model_inputs = (torch.randn(1, 3, 224, 224),) variable in TestMobileNetV2
|
H A D | w2l.py | 21 model_inputs = (torch.randn(batch_size, num_features, input_frames),) variable in TestW2L
|
H A D | mobilenet_v3.py | 18 model_inputs = (torch.randn(1, 3, 224, 224),) variable in TestMobileNetV3
|
H A D | deeplab_v3.py | 28 model_inputs = (torch.randn(1, 3, 224, 224),) variable in TestDeepLabV3
|
H A D | torchvision_vit.py | 17 model_inputs = (torch.randn(1, 3, 224, 224),) variable in TestViT
|
/aosp_15_r20/external/executorch/backends/arm/test/models/ |
H A D | test_mobilenet_v2_arm.py | 32 model_inputs = (normalize(torch.randn((1, 3, 224, 224))),) variable in TestMobileNetV2
|
/aosp_15_r20/external/pytorch/aten/src/ATen/nnapi/ |
H A D | nnapi_model_loader.cpp | 239 const uint32_t* model_inputs = (const uint32_t*)next_pointer; in load_nnapi_model() local
|
/aosp_15_r20/hardware/google/pixel/thermal/virtualtemp_estimator/ |
D | virtualtemp_estimator_test.cpp | 360 std::vector<float> model_inputs; in run_batch_process() local
|
/aosp_15_r20/hardware/google/pixel/thermal/ |
D | thermal-helper.cpp | 1079 std::vector<float> model_inputs; in runVirtualTempEstimator() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/ |
H A D | backend.py | 4112 def func(model_inputs): argument
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/ |
D | TestValidateModel.cpp | 3053 const uint32_t model_inputs[] = {2, 3, 4, 5}; in TEST_F() local
|