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

Method numel

paddle/phi/api/include/compat/ATen/core/TensorBody.h:367–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365 }
366
367 int64_t numel() const { return tensor_.numel(); }
368
369 caffe2::TypeMeta dtype() const {
370 return caffe2::TypeMeta::fromScalarType(

Callers 11

std_implFunction · 0.45
_local_scalar_denseFunction · 0.45
sparse_csr_tensorFunction · 0.45
narrowFunction · 0.45
tensor_splitFunction · 0.45
to_reprMethod · 0.45
numelFunction · 0.45
nbytesFunction · 0.45
nbytesMethod · 0.45
operator[]Method · 0.45
var_implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected