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

Class Array

test/empty.cpp:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19template<typename T>
20class Array : public ::testing::Test {};
21
22TEST(Array, TestEmptyAssignment) {
23 array A = randu(5, f32);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected