MCPcopy 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
61ObjectType GetType(const TensorObject& object) {
62 return absl::visit(ObjectTypeGetter{}, object);
63}
64
65bool IsValid(const TensorObjectDef& def) { return IsValid(def.object_def); }
66

Callers 2

TEST_FFunction · 0.85
IsValidFunction · 0.85

Calls 1

visitFunction · 0.50

Tested by 1

TEST_FFunction · 0.68