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

Function specified_shapes

tensorflow/core/kernels/queue_base.h:110–110  ·  view source on GitHub ↗

True if shapes were specified. If so, inputs will be validated against them, etc.

Source from the content-addressed store, hash-verified

108 // True if shapes were specified. If so, inputs will be validated
109 // against them, etc.
110 bool specified_shapes() const { return component_shapes_.size() > 0; }
111
112 // Code common to Validate*Tuple().
113 Status ValidateTupleCommon(const Tuple& tuple) const;

Callers 6

ValidateTupleMethod · 0.85
ValidateManyTupleMethod · 0.85
InitializeMethod · 0.85
TryDequeueManyMethod · 0.85
TryDequeueManyMethod · 0.85
TryDequeueManyMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected