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

Class ArgDim

test/wrap.cpp:444–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444struct ArgDim {
445 ArgDim(dim_t d0, dim_t d1) : dim0(d0), dim1(d1) {}
446 void get(dim_t *d0, dim_t *d1);
447
448 dim_t dim0;
449 dim_t dim1;
450};
451
452struct WindowDims : public ArgDim {
453 WindowDims() : ArgDim(1, 1) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected