Home
last modified time | relevance | path

Searched defs:binary_fn (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/torch/masked/maskedtensor/
H A Dbinary.py163 def binary_fn(*args, **kwargs): function
172 def binary_fn(*args, **kwargs): function
/aosp_15_r20/external/pytorch/test/
H A Dtest_mkldnn_fusion.py266 … def __init__(self, binary_fn, dim, in_channels, out_channels, dilation, groups, bias, **kwargs): argument
314 def __init__(self, binary_fn, in_channels, out_channels, bias, **kwargs): argument
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Dmkldnn_fusion.py193 def _binary_fusion_v1(computation_call, binary_fn): argument
197 def _binary_fusion_v2(computation_call, binary_fn): argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBinaryOps.h51 using binary_fn = void(*)(TensorIterator&); variable
H A DTensorFactories.h137 using binary_fn = void (*)(TensorIterator&); variable
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_mkldnn_pattern_matcher.py503 binary_fn, argument
582 def __init__(self, binary_fn, in_channels, out_channels, bias, **kwargs): argument