Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/euler
/ TensorShape
Method
TensorShape
euler/core/framework/tensor_shape.h:30–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
class TensorShape {
29
public:
30
TensorShape(): num_elements_(1), dims_(0) { }
31
32
TensorShape(const std::vector<size_t>& dims): dims_(dims) { // NOLINT
33
ComputeNumElements();
Callers
2
build
Method · 0.80
build
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected