MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / NullaryOp

Method NullaryOp

extensions/include/cuMat/src/NullaryOps.h:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53public:
54 NullaryOp(Index rows, Index cols, Index batches, const _NullaryFunctor& functor)
55 : rows_(rows), cols_(cols), batches_(batches), functor_(functor)
56 {}
57 explicit NullaryOp(const _NullaryFunctor& functor)
58 : rows_(_Rows), cols_(_Columns), batches_(_Batches), functor_(functor)
59 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected