MCPcopy 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
36bool IsKnown(const TensorShapeProto::Dim& dim) { return dim.size() >= 0; }
37
38bool IsKnownSymbolically(const TensorShapeProto::Dim& dim) {
39 return dim.size() <= -2;

Callers 1

IsGpuCompatibleFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected