Home
last modified time | relevance | path

Searched refs:sorted_axes (Results 1 – 2 of 2) sorted by relevance

/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/
H A Daxes.cc43 Axes sorted_axes = axes; in IsAxesPermutation() local
44 std::sort(sorted_axes.begin(), sorted_axes.end()); in IsAxesPermutation()
46 if (sorted_axes[i] != i) { in IsAxesPermutation()
/dports/science/py-scipy/scipy-1.7.1/scipy/signal/
H A Dsignaltools.py395 def _init_freq_conv_axes(in1, in2, mode, axes, sorted_axes=False): argument
440 if sorted_axes:
658 sorted_axes=False)
874 sorted_axes=True)