Home
last modified time | relevance | path

Searched full:force_amp_for_fp16_bf16_models (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/benchmarks/dynamo/
H A Dtimm_models.py112 FORCE_AMP_FOR_FP16_BF16_MODELS = { variable
217 def force_amp_for_fp16_bf16_models(self): member in TimmRunner
218 return FORCE_AMP_FOR_FP16_BF16_MODELS
H A Dtorchbench.py173 def force_amp_for_fp16_bf16_models(self): member in TorchBenchmarkRunner
174 return self._config["dtype"]["force_amp_for_fp16_bf16_models"]
H A Dtorchbench.yaml106 force_amp_for_fp16_bf16_models:
H A Dcommon.py2178 def force_amp_for_fp16_bf16_models(self): member in BenchmarkRunner
2248 if self.args.only in self.force_amp_for_fp16_bf16_models:
2258 if self.args.only in self.force_amp_for_fp16_bf16_models: