Home
last modified time | relevance | path

Searched defs:check_cat_shape_except_dim (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorShape.h16 inline void check_cat_shape_except_dim(const Tensor & first, const Tensor & second, int64_t dimensi… in check_cat_shape_except_dim() function
/aosp_15_r20/external/pytorch/torch/jit/
H A D_shape_functions.py536 def check_cat_shape_except_dim( function