Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ GetType
Function
GetType
tensorflow/lite/delegates/gpu/api.cc:61–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
ObjectType GetType(const TensorObject& object) {
62
return absl::visit(ObjectTypeGetter{}, object);
63
}
64
65
bool IsValid(const TensorObjectDef& def) { return IsValid(def.object_def); }
66
Callers
2
TEST_F
Function · 0.85
IsValid
Function · 0.85
Calls
1
visit
Function · 0.50
Tested by
1
TEST_F
Function · 0.68