Home
last modified time | relevance | path

Searched refs:validate_model (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/benchmarks/dynamo/
H A Dtimm_models.py328 self.validate_model(model, example_inputs)
H A Dtorchbench.py369 self.validate_model(model, example_inputs)
H A Dhuggingface.py454 self.validate_model(model, example_inputs)
H A Dcommon.py2276 def validate_model(self, model, example_inputs): member in BenchmarkRunner