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

Method ValueKnown

tensorflow/core/framework/shape_inference.h:367–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365 return d.dim.IsSet() ? d.dim->value_ : d.val;
366 }
367 static inline bool ValueKnown(DimensionOrConstant d) {
368 return Value(d) != kUnknownDim;
369 }
370
371 // Fills the output proto with the shape defined by the handle.
372 // "proto" is expected to be empty prior to the call.

Callers 15

unpack_path_op.ccFile · 0.80
ProtoFromShapeHandleFunction · 0.80
SpectrogramShapeFnFunction · 0.80
FractionalPoolShapeFnFunction · 0.80
nn_ops.ccFile · 0.80
TopKShapeFnFunction · 0.80
PadShapeFnFunction · 0.80
TransposeShapeFnFunction · 0.80
SetOutputShapeForReshapeFunction · 0.80
array_ops.ccFile · 0.80
SpaceToBatchShapeHelperFunction · 0.80

Calls 1

ValueClass · 0.70

Tested by 3

TESTFunction · 0.64
InferShapesMethod · 0.64
TEST_FFunction · 0.64