Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/benchmarks/distributed/rpc/parameter_server/configurations/
H A Dmodel_configurations.json3 "model_class": "DummyModel", string
14 "model_class": "DummyModel", string
/aosp_15_r20/external/tensorflow/tensorflow/python/compiler/tensorrt/
H A Dtrt_convert_test.py675 def _CompareSavedModel(self, model_class): argument
678 def _GetModelPaths(model_class): argument
/aosp_15_r20/external/python/oauth2client/oauth2client/contrib/django_util/
Dstorage.py28 def __init__(self, model_class, key_name, key_value, property_name): argument
/aosp_15_r20/external/python/oauth2client/oauth2client/contrib/
Dsqlalchemy.py114 def __init__(self, session, model_class, key_name, argument
/aosp_15_r20/external/pytorch/test/ao/sparsity/
H A Dtest_kernels.py128 model_class, argument
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_layout_optim.py62 self, model_class, use_ddp_wrapper=USE_DDP_WRAPPER, is_train=False argument
/aosp_15_r20/external/autotest/frontend/afe/
H A Dmodel_logic.py319 def _is_relation_to(self, field, model_class): argument