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

Function EmptyTensorId

tensorflow/core/grappler/utils/graph_view_internal.h:349–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347};
348
349inline SafeTensorId EmptyTensorId() {
350 return SafeTensorId("", internal::kMissingSlot);
351}
352
353inline bool IsEmptyTensorId(const TensorId tensor_id) {
354 return tensor_id.node().empty() &&

Callers 4

AddOrUpdateRegularFaninFunction · 0.85
RemoveRegularFaninFunction · 0.85
IsEmptyFunction · 0.85
IsWellFormedFunction · 0.85

Calls 1

SafeTensorIdClass · 0.85

Tested by

no test coverage detected