Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
349
inline SafeTensorId EmptyTensorId() {
350
return SafeTensorId(
""
, internal::kMissingSlot);
351
}
352
353
inline bool IsEmptyTensorId(const TensorId tensor_id) {
354
return tensor_id.node().empty() &&
Callers
4
AddOrUpdateRegularFanin
Function · 0.85
RemoveRegularFanin
Function · 0.85
IsEmpty
Function · 0.85
IsWellFormed
Function · 0.85
Calls
1
SafeTensorId
Class · 0.85
Tested by
no test coverage detected