MCPcopy 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

InferShapesMethod · 0.45
RelaxMethod · 0.45
MergeMethod · 0.45
RelaxInputMethod · 0.45
operator()Method · 0.45
UpdateNodeMethod · 0.45
OutputAsUnionMethod · 0.45
EquivalentShapesMethod · 0.45
CompatibleShapesMethod · 0.45

Calls

no outgoing calls

Tested by 1

InferShapesMethod · 0.36