MCPcopy Create free account
hub / github.com/BabitMF/bmf / stack

Function stack

bmf/hmp/src/tensor.cpp:438–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436}
437
438Tensor stack(const TensorList &tensors, int64_t axis) {
439 return kernel::stack(tensors, axis);
440}
441
442Tensor &stack(Tensor &out, const TensorList &tensors, int64_t axis) {
443 return kernel::stack(out, tensors, axis);

Callers 2

tensor.cppFile · 0.70
tensor.hFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected