Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ get
Method
get
tensorflow/core/lib/gtl/manual_constructor.h:134–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
static void operator delete[](void* mem) { port::AlignedFree(mem); }
133
134
inline Type* get() { return reinterpret_cast<Type*>(space_); }
135
inline const Type* get() const {
136
return reinterpret_cast<const Type*>(space_);
137
}
Callers
1
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36