MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / defined

Method defined

paddle/cinn/common/shared.h:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77 inline bool same_as(const Shared& other) const { return p_ == other.p_; }
78 inline bool defined() const { return p_; }
79 inline bool operator<(const Shared& other) const { return p_ < other.p_; }
80 inline Shared<T>& operator=(T* x);
81 inline bool operator==(const Shared& other) const { return p_ == other.p_; }

Callers 15

operator()Method · 0.45
GenerateFunctionBodyMethod · 0.45
GetArgsFunction · 0.45
GetTempBuffersFunction · 0.45
ComputeFunction · 0.45
idMethod · 0.45
CheckArgsUniqueMethod · 0.45
ReduceSumFunction · 0.45

Calls

no outgoing calls

Tested by 1

DivMulAddModDivCaseFunction · 0.36