MCPcopy 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
8template <typename F>
9array transform(array arr, F f)
10{
11 return impl::create_transformed_array(std::move(arr), std::move(f));
12}
13
14template <typename F>
15array transform(array a1, array a2, F f)

Callers 14

convertImageV2to1Function · 0.50
convertImageV1to2Function · 0.50
NiftiImage_impl.hFile · 0.50
translate_type_castsMethod · 0.50
collect_index_dataFunction · 0.50
str_to_log_levelFunction · 0.50
getenvFunction · 0.50
try_get_childMethod · 0.50
searchMethod · 0.50
shapeMethod · 0.50
slice_shape_to_max_sideFunction · 0.50

Calls 1

create_transformed_arrayFunction · 0.85

Tested by

no test coverage detected