Home
last modified time | relevance | path

Searched defs:constant_args (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dmkldnn_ir.py234 constant_args=(), argument
304 constant_args=(), argument
392 constant_args=(), argument
492 constant_args=(), argument
575 constant_args=(), argument
807 constant_args=(), argument
1098 constant_args=(), argument
1154 constant_args=(), argument
1219 constant_args=(), argument
1284 constant_args=(), argument
[all …]
H A Dir.py3945 constant_args: Tuple[Any, ...] = () variable in ExternKernel
3969 constant_args=(), argument
4559 constant_args=(), argument
4619 constant_args=(), argument
4827 def __init__(self, op_overload, x, *constant_args):
4868 constant_args, argument
5990 constant_args=(), argument
6060 constant_args=(), argument
6149 constant_args=(), argument
6249 constant_args=(), argument
[all …]
/aosp_15_r20/external/pytorch/torch/_higher_order_ops/
H A Dtriton_kernel_wrap.py40 constant_args: Dict[int, Any] = {} variable in KernelSideTable
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dbuiltin.py659 def constant_args(self, *args, **kwargs): member in BuiltinVariable