Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activeloopai/deeplake
/ transform
Function
transform
cpp/nd/transform.hpp:9–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
8
template <typename F>
9
array transform(array arr, F f)
10
{
11
return impl::create_transformed_array(std::move(arr), std::move(f));
12
}
13
14
template <typename F>
15
array transform(array a1, array a2, F f)
Callers
14
convertImageV2to1
Function · 0.50
convertImageV1to2
Function · 0.50
NiftiImage_impl.h
File · 0.50
translate_type_casts
Method · 0.50
translate_extract_functions
Method · 0.50
collect_index_data
Function · 0.50
str_to_log_level
Function · 0.50
getenv
Function · 0.50
try_get_child
Method · 0.50
search
Method · 0.50
shape
Method · 0.50
slice_shape_to_max_side
Function · 0.50
Calls
1
create_transformed_array
Function · 0.85
Tested by
no test coverage detected