| 8 | namespace mllm::cpu { |
| 9 | |
| 10 | CPUStackOp::CPUStackOp(const aops::StackOpOptions& options) : aops::StackOp(options) {} |
| 11 | |
| 12 | void CPUStackOp::forward(const std::vector<Tensor>& inputs, std::vector<Tensor>& outputs) { |
| 13 | bool is_all_contiguous = true; |
nothing calls this directly
no outgoing calls
no test coverage detected