Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Run
Method · 0.45
Relax
Method · 0.45
MakeShapeFromShapeTensorTreatScalarAsUnknownShape
Method · 0.45
MakeShapeFromShapeTensor
Method · 0.45
Divide
Method · 0.45
AttachContext
Method · 0.45
Rank
Method · 0.45
RankKnown
Method · 0.45
Value
Method · 0.45
MakeDim
Method · 0.45
DimensionOrConstant
Method · 0.45
Merge
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected