Home
last modified time | relevance | path

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

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