Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Dsplit_cat.py322 def is_empty_tensor(x): function
1596 def is_empty_tensor(x: torch.fx.Node) -> bool: function
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchRulesNorm.cpp14 static bool is_empty_tensor(const Tensor& tensor) { in is_empty_tensor() function