MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / half

Method half

extern/half/include/half.hpp:1111–1111  ·  view source on GitHub ↗

Copy constructor. \tparam T type of concrete half expression \param rhs half expression to copy from

Source from the content-addressed store, hash-verified

1109 /// \tparam T type of concrete half expression
1110 /// \param rhs half expression to copy from
1111 half(detail::expr rhs) : data_(detail::float2half<round_style>(static_cast<float>(rhs))) {}
1112
1113 /// Conversion constructor.
1114 /// \param rhs float to convert

Callers

nothing calls this directly

Calls 1

data_Function · 0.85

Tested by

no test coverage detected