Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/support/detail/
Dis_same_size.hpp19 struct is_same_size : mpl::false_ {}; struct
22 struct is_same_size<Sequence1, Sequence2, true> struct
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorProperties.cpp31 bool is_same_size(const Tensor& self, const Tensor& other) { in is_same_size() function
/aosp_15_r20/external/pytorch/torch/masked/maskedtensor/
H A D_ops_refs.py510 def is_same_size(func, *args, **kwargs): function
/aosp_15_r20/external/pytorch/torch/_decomp/
H A Ddecompositions.py3792 def is_same_size(a: Tensor, b: Tensor) -> bool: function