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

Method Value

tensorflow/core/framework/shape_inference.h:364–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362 return (s.IsSet() && (Rank(s) != kUnknownRank));
363 }
364 static inline int64 Value(DimensionOrConstant d) {
365 return d.dim.IsSet() ? d.dim->value_ : d.val;
366 }
367 static inline bool ValueKnown(DimensionOrConstant d) {
368 return Value(d) != kUnknownDim;
369 }

Callers

nothing calls this directly

Calls 1

IsSetMethod · 0.45

Tested by

no test coverage detected