Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorShape.h32 inline void check_cat_no_zero_dim(const MaterializedITensorListRef& tensors) { in check_cat_no_zero_dim() function
/aosp_15_r20/external/pytorch/torch/jit/
H A D_shape_functions.py516 def check_cat_no_zero_dim(tensors: List[List[int]]): function