Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ InlineValue
Method
InlineValue
tensorflow/core/framework/variant.h:411–411 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
409
bool has_value = false;
410
411
explicit InlineValue() {}
412
413
InlineValue(const InlineValue& other) noexcept
414
: has_value(other.has_value) {
Callers
nothing calls this directly
Calls
4
CloneInto
Method · 0.80
AsValueInterface
Method · 0.80
MoveInto
Method · 0.80
Cleanup
Method · 0.45
Tested by
no test coverage detected