Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ IsKnown
Function
IsKnown
tensorflow/core/grappler/utils/symbolic_shapes.cc:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
} // namespace
35
36
bool IsKnown(const TensorShapeProto::Dim& dim) { return dim.size() >= 0; }
37
38
bool IsKnownSymbolically(const TensorShapeProto::Dim& dim) {
39
return dim.size() <= -2;
Callers
1
IsGpuCompatible
Function · 0.85
Calls
1
size
Method · 0.45
Tested by
no test coverage detected