Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/euler
/ GetBuffer
Method
GetBuffer
euler/core/framework/tensor.h:102–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
Buffer* GetBuffer() const {
103
EULER_CHECK(Initialized());
104
return state_->buffer.get();
105
}
106
107
private:
108
class State : public RefCounted {
Callers
nothing calls this directly
Calls
1
get
Method · 0.80
Tested by
no test coverage detected