Searched defs:is_same_size (Results 1 – 4 of 4) sorted by relevance
19 struct is_same_size : mpl::false_ {}; struct22 struct is_same_size<Sequence1, Sequence2, true> struct
31 bool is_same_size(const Tensor& self, const Tensor& other) { in is_same_size() function
510 def is_same_size(func, *args, **kwargs): function
3792 def is_same_size(a: Tensor, b: Tensor) -> bool: function