Home
last modified time | relevance | path

Searched defs:unsafe_split (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/torch/onnx/
Dsymbolic_opset13.py124 def unsafe_split( function
Dsymbolic_opset9.py1052 def unsafe_split( function
/external/pytorch/torch/_decomp/
Ddecompositions.py1444 def unsafe_split(input: Tensor, split_size: int, dim: int = 0) -> Tuple[Tensor, ...]: function
/external/pytorch/aten/src/ATen/native/
DTensorShape.cpp2588 std::vector<Tensor> unsafe_split(const Tensor& self, int64_t split_size, int64_t dim) { in unsafe_split() function