Home
last modified time | relevance | path

Searched defs:JsonDataTy (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dremote_cache.py59 JsonDataTy = Optional[ variable
65 def encode(self, data: JsonDataTy) -> bytes:
/aosp_15_r20/external/pytorch/torch/_inductor/runtime/
H A Dautotune_cache.py155 best_config: Dict[str, JsonDataTy], argument