Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ get
Method
get
tensorflow/core/framework/variant.cc:36–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
35
template <>
36
void* Variant::get() {
37
if (is_empty()) {
38
return nullptr;
39
}
40
return GetValue()->RawPtr();
41
}
42
43
template <>
44
const void* Variant::get() const {
Callers
15
SetNode
Method · 0.45
MakeIterator
Method · 0.45
TEST
Function · 0.45
allocate_output
Method · 0.45
set_output
Method · 0.45
TEST
Function · 0.45
CreateOp
Method · 0.45
TEST_F
Function · 0.45
OptimizeHillClimb
Method · 0.45
MergeOutputHandleShapesAndTypes
Method · 0.45
MergeInputHandleShapesAndTypes
Method · 0.45
RelaxOutputHandleShapesAndMergeTypes
Method · 0.45
Calls
2
RawPtr
Method · 0.80
GetValue
Function · 0.50
Tested by
8
TEST
Function · 0.36
TEST
Function · 0.36
CreateOp
Method · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
BM_InputRangeHelper
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36