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

Class convert_params

test/half.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30struct convert_params {
31 af_dtype from, to;
32 double value;
33 convert_params(af_dtype f, af_dtype t, double v)
34 : from(f), to(t), value(v) {}
35};
36
37class HalfConvert : public ::testing::TestWithParam<convert_params> {};
38

Callers 1

half.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected