Home
last modified time | relevance | path

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

/external/pytorch/torch/_inductor/codegen/rocm/
Drocm_kernel.py220 def info_dict(self) -> Dict[str, Union[PrimitiveInfoType, List[PrimitiveInfoType]]]: member in ROCmTemplateCaller
/external/cronet/stable/net/log/
Dnet_log_util.cc446 base::Value::Dict info_dict; in GetNetInfo() local
/external/cronet/tot/net/log/
Dnet_log_util.cc446 base::Value::Dict info_dict; in GetNetInfo() local
/external/pytorch/torch/_inductor/codegen/cuda/
Dcuda_kernel.py366 def info_dict(self) -> Dict[str, Union[PrimitiveInfoType, List[PrimitiveInfoType]]]: member in CUDATemplateCaller
/external/pytorch/torch/_inductor/codegen/
Dcpp_template_kernel.py370 def info_dict( member in CppTemplateCaller
/external/pytorch/torch/_inductor/
Dselect_algorithm.py903 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
Dir.py3639 def info_dict(self) -> Dict[str, Union[PrimitiveInfoType, List[PrimitiveInfoType]]]: member in ChoiceCaller