MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / IsSet

Function IsSet

tensorflow/core/framework/function.cc:1603–1603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1601}
1602
1603const char* IsSet(void* ptr) { return ptr == nullptr ? "unset" : "set"; }
1604
1605} // namespace
1606

Callers 2

DebugStringMethod · 0.70
TEST_FFunction · 0.70

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.56