Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UbiquitousLearning/mllm
/ BaseRef
Method
BaseRef
mllm-kernel/include/mllm_kernel/tensor.hpp:333–333 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
331
struct BaseRef {
332
public:
333
BaseRef(const BaseRef&) = delete;
334
BaseRef& operator=(const BaseRef&) = delete;
335
336
auto operator->() const -> T* { return ref_; }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected