Home
last modified time | relevance | path

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

/external/pytorch/torch/masked/maskedtensor/
Dbinary.py163 def binary_fn(*args, **kwargs): function
172 def binary_fn(*args, **kwargs): function
/external/pytorch/aten/src/ATen/native/
DBinaryOps.h51 using binary_fn = void(*)(TensorIterator&); variable
DTensorFactories.h137 using binary_fn = void (*)(TensorIterator&); variable
/external/pytorch/test/
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
/external/pytorch/torch/_inductor/fx_passes/
Dmkldnn_fusion.py193 def _binary_fusion_v1(computation_call, binary_fn): argument
197 def _binary_fusion_v2(computation_call, binary_fn): argument
/external/pytorch/test/inductor/
Dtest_mkldnn_pattern_matcher.py503 binary_fn, argument
582 def __init__(self, binary_fn, in_channels, out_channels, bias, **kwargs): argument