Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activeloopai/deeplake
/ dtype
Method
dtype
cpp/nd/array.hpp:527–531 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
525
}
526
527
inline enum dtype dtype() const noexcept
528
{
529
ASSERT(mode_ != mode_t::null);
530
return dtype_;
531
}
532
533
inline uint32_t dimensions() const noexcept
534
{
Callers
10
byte_1_value
Method · 0.45
byte_2_value
Method · 0.45
byte_4_value
Method · 0.45
byte_8_value
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
array
Method · 0.45
dict_value
Method · 0.45
get
Method · 0.45
get_range
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected