| 8 | namespace mllm::cpu { |
| 9 | |
| 10 | CPUContiguousOp::CPUContiguousOp(const aops::ContiguousOpOptions& options) : aops::ContiguousOp(options) {} |
| 11 | |
| 12 | void CPUContiguousOp::forward(const std::vector<Tensor>& inputs, std::vector<Tensor>& outputs) { |
| 13 | const auto& i = inputs[0]; |
nothing calls this directly
no outgoing calls
no test coverage detected