Searched defs:is_empty_tensor (Results 1 – 2 of 2) sorted by relevance
322 def is_empty_tensor(x): function1596 def is_empty_tensor(x: torch.fx.Node) -> bool: function
14 static bool is_empty_tensor(const Tensor& tensor) { in is_empty_tensor() function