MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / tensor_split

Method tensor_split

paddle/phi/api/include/compat/ATen/ops/tensor_split.h:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180namespace at {
181
182inline std::vector<at::Tensor> Tensor::tensor_split(int64_t sections,
183 int64_t dim = 0) const {
184 return at::tensor_split(*this, sections, dim);
185}
186
187inline std::vector<at::Tensor> Tensor::tensor_split_symint(
188 c10::SymInt sections, int64_t dim = 0) const {

Callers 9

_split_tensorFunction · 0.80
TESTFunction · 0.80
build_ir_programMethod · 0.80
build_ir_programMethod · 0.80
test_aMethod · 0.80
test_bMethod · 0.80
test_cMethod · 0.80
test_dMethod · 0.80
test_eMethod · 0.80

Calls 1

tensor_splitFunction · 0.70

Tested by 8

TESTFunction · 0.64
build_ir_programMethod · 0.64
build_ir_programMethod · 0.64
test_aMethod · 0.64
test_bMethod · 0.64
test_cMethod · 0.64
test_dMethod · 0.64
test_eMethod · 0.64