Home
last modified time | relevance | path

Searched defs:model_inputs (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/executorch/backends/xnnpack/test/models/
H A Dinception_v4.py16 model_inputs = (torch.randn(3, 299, 299).unsqueeze(0),) variable in TestInceptionV4
H A Dedsr.py18 model_inputs = (torch.randn(1, 3, 224, 224),) variable in TestEDSR
H A Dinception_v3.py17 model_inputs = (torch.randn(1, 3, 224, 224),) variable in TestInceptionV3
H A Dmobilenet_v2.py19 model_inputs = (torch.randn(1, 3, 224, 224),) variable in TestMobileNetV2
H A Dw2l.py21 model_inputs = (torch.randn(batch_size, num_features, input_frames),) variable in TestW2L
H A Dmobilenet_v3.py18 model_inputs = (torch.randn(1, 3, 224, 224),) variable in TestMobileNetV3
H A Ddeeplab_v3.py28 model_inputs = (torch.randn(1, 3, 224, 224),) variable in TestDeepLabV3
H A Dtorchvision_vit.py17 model_inputs = (torch.randn(1, 3, 224, 224),) variable in TestViT
/aosp_15_r20/external/executorch/backends/arm/test/models/
H A Dtest_mobilenet_v2_arm.py32 model_inputs = (normalize(torch.randn((1, 3, 224, 224))),) variable in TestMobileNetV2
/aosp_15_r20/external/pytorch/aten/src/ATen/nnapi/
H A Dnnapi_model_loader.cpp239 const uint32_t* model_inputs = (const uint32_t*)next_pointer; in load_nnapi_model() local
/aosp_15_r20/hardware/google/pixel/thermal/virtualtemp_estimator/
Dvirtualtemp_estimator_test.cpp360 std::vector<float> model_inputs; in run_batch_process() local
/aosp_15_r20/hardware/google/pixel/thermal/
Dthermal-helper.cpp1079 std::vector<float> model_inputs; in runVirtualTempEstimator() local
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/
H A Dbackend.py4112 def func(model_inputs): argument
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestValidateModel.cpp3053 const uint32_t model_inputs[] = {2, 3, 4, 5}; in TEST_F() local