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

Function TEST

test/transpose.cpp:186–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186TEST(Transpose, CPP_f64) {
187 trsCPPTest<double>(string(TEST_DIR "/transpose/rectangle_batch2.test"));
188}
189
190TEST(Transpose, CPP_f32) {
191 trsCPPTest<float>(string(TEST_DIR "/transpose/rectangle_batch2.test"));

Callers

nothing calls this directly

Calls 10

roundFunction · 0.85
randuFunction · 0.85
constantFunction · 0.85
TMethod · 0.80
absFunction · 0.70
rangeFunction · 0.50
dim4Class · 0.50
transposeFunction · 0.50
iotaFunction · 0.50
dimsMethod · 0.45

Tested by

no test coverage detected