Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/euler
/ NumElements
Method
NumElements
euler/core/framework/tensor_shape.h:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
size_t NumElements() const {
60
return num_elements_;
61
}
62
63
bool IsScalar() const {
64
return dims_.empty();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected