Searched defs:info_dict (Results 1 – 7 of 7) sorted by relevance
/external/pytorch/torch/_inductor/codegen/rocm/ |
D | rocm_kernel.py | 220 def info_dict(self) -> Dict[str, Union[PrimitiveInfoType, List[PrimitiveInfoType]]]: member in ROCmTemplateCaller
|
/external/cronet/stable/net/log/ |
D | net_log_util.cc | 446 base::Value::Dict info_dict; in GetNetInfo() local
|
/external/cronet/tot/net/log/ |
D | net_log_util.cc | 446 base::Value::Dict info_dict; in GetNetInfo() local
|
/external/pytorch/torch/_inductor/codegen/cuda/ |
D | cuda_kernel.py | 366 def info_dict(self) -> Dict[str, Union[PrimitiveInfoType, List[PrimitiveInfoType]]]: member in CUDATemplateCaller
|
/external/pytorch/torch/_inductor/codegen/ |
D | cpp_template_kernel.py | 370 def info_dict( member in CppTemplateCaller
|
/external/pytorch/torch/_inductor/ |
D | select_algorithm.py | 903 def info_dict(self) -> Dict[str, Union[PrimitiveInfoType, List[PrimitiveInfoType]]]: member in TritonTemplateCaller 1000 def info_dict(self) -> Dict[str, Union[PrimitiveInfoType, List[PrimitiveInfoType]]]: member in ExternKernelCaller
|
D | ir.py | 3639 def info_dict(self) -> Dict[str, Union[PrimitiveInfoType, List[PrimitiveInfoType]]]: member in ChoiceCaller
|