MCPcopy Create free account
hub / github.com/UbiquitousLearning/mllm / CPUStackOp

Method CPUStackOp

mllm/backends/cpu/ops/StackOp.cpp:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace mllm::cpu {
9
10CPUStackOp::CPUStackOp(const aops::StackOpOptions& options) : aops::StackOp(options) {}
11
12void CPUStackOp::forward(const std::vector<Tensor>& inputs, std::vector<Tensor>& outputs) {
13 bool is_all_contiguous = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected