Searched defs:model_inputs (Results 1 – 11 of 11) sorted by relevance
/external/executorch/backends/xnnpack/test/models/ |
D | inception_v4.py | 16 model_inputs = (torch.randn(3, 299, 299).unsqueeze(0),) variable in TestInceptionV4
|
D | edsr.py | 18 model_inputs = (torch.randn(1, 3, 224, 224),) variable in TestEDSR
|
D | inception_v3.py | 17 model_inputs = (torch.randn(1, 3, 224, 224),) variable in TestInceptionV3
|
D | mobilenet_v2.py | 19 model_inputs = (torch.randn(1, 3, 224, 224),) variable in TestMobileNetV2
|
D | mobilenet_v3.py | 18 model_inputs = (torch.randn(1, 3, 224, 224),) variable in TestMobileNetV3
|
D | w2l.py | 21 model_inputs = (torch.randn(batch_size, num_features, input_frames),) variable in TestW2L
|
D | deeplab_v3.py | 28 model_inputs = (torch.randn(1, 3, 224, 224),) variable in TestDeepLabV3
|
D | torchvision_vit.py | 17 model_inputs = (torch.randn(1, 3, 224, 224),) variable in TestViT
|
/external/executorch/backends/arm/test/models/ |
D | test_mobilenet_v2_arm.py | 32 model_inputs = (normalize(torch.randn((1, 3, 224, 224))),) variable in TestMobileNetV2
|
/external/pytorch/aten/src/ATen/nnapi/ |
D | nnapi_model_loader.cpp | 239 const uint32_t* model_inputs = (const uint32_t*)next_pointer; in load_nnapi_model() local
|
/external/tensorflow/tensorflow/python/keras/ |
D | backend.py | 4112 def func(model_inputs): argument
|