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

Method size

paddle/common/array.h:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 HOSTDEVICE constexpr size_t size() const { return N; }
73
74 HOSTDEVICE inline bool operator==(const Array<T, N> &other) const {
75 return UnrollCompare<N>::Run(data_, other.data_);

Callers 15

DDimMethod · 0.45
make_ddimFunction · 0.45
operator==Method · 0.45
productFunction · 0.45
contain_unknown_dimFunction · 0.45
slice_ddimFunction · 0.45
arityFunction · 0.45
ddim.ccFile · 0.45
flatten_to_3dFunction · 0.45
flatten_to_2dFunction · 0.45
strideFunction · 0.45
stride_numelFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected