Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activeloopai/deeplake
/ flattened_array
Method
flattened_array
cpp/nd/impl/flat_array.hpp:41–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
40
public:
41
explicit flattened_array(nd::array arr)
42
: a_(std::move(arr))
43
, shape_(a_.volume())
44
{
45
}
46
47
public:
48
enum dtype dtype() const
Callers
nothing calls this directly
Calls
1
volume
Method · 0.45
Tested by
no test coverage detected