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

Method IsSet

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

Source from the content-addressed store, hash-verified

106 ShapeHandle(const Shape* shape) { ptr_ = shape; }
107 const Shape* operator->() const { return ptr_; }
108 bool IsSet() const { return ptr_ != nullptr; }
109
110 const Shape* ptr_ = nullptr;
111

Callers 12

RunMethod · 0.45
RelaxMethod · 0.45
DivideMethod · 0.45
AttachContextMethod · 0.45
RankMethod · 0.45
RankKnownMethod · 0.45
ValueMethod · 0.45
MakeDimMethod · 0.45
DimensionOrConstantMethod · 0.45
MergeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected