MCPcopy 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

CloneIntoMethod · 0.80
AsValueInterfaceMethod · 0.80
MoveIntoMethod · 0.80
CleanupMethod · 0.45

Tested by

no test coverage detected