Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ SameHandle
Method
SameHandle
tensorflow/core/framework/shape_inference.h:102–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
public:
101
ShapeHandle() {}
102
bool SameHandle(ShapeHandle s) const { return ptr_ == s.ptr_; }
103
std::size_t Handle() const { return reinterpret_cast<std::size_t>(ptr_); }
104
105
private:
Callers
14
AddNodesToShapeRefiner
Method · 0.45
BroadcastBinaryOpOutputShapeFnHelper
Function · 0.45
InferShapes
Method · 0.45
Relax
Method · 0.45
Merge
Method · 0.45
MergeHandleShapesAndTypes
Method · 0.45
RelaxInput
Method · 0.45
operator()
Method · 0.45
UpdateNode
Method · 0.45
OutputAsUnion
Method · 0.45
EquivalentShapes
Method · 0.45
CompatibleShapes
Method · 0.45
Calls
no outgoing calls
Tested by
1
InferShapes
Method · 0.36