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

Method CPUContiguousOp

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

Source from the content-addressed store, hash-verified

8namespace mllm::cpu {
9
10CPUContiguousOp::CPUContiguousOp(const aops::ContiguousOpOptions& options) : aops::ContiguousOp(options) {}
11
12void CPUContiguousOp::forward(const std::vector<Tensor>& inputs, std::vector<Tensor>& outputs) {
13 const auto& i = inputs[0];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected