MCPcopy Create free account
hub / github.com/ai-techsystems/deepC / Size

Class Size

include/operators/Size.h:31–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30namespace dnnc {
31template <typename T> class Size : public baseOperator<T, T, T> {
32 // Size attributes
33public:
34 Size(std::string name = "opSize") : baseOperator<T, T, T>(opSize, name) {}
35
36 // bool getAttribute<int>(OPATTR attrName, int& obj) ;
37
38 void compute(void) {
39 // CHANGE return-type and args
40 // AND ADD YOUR FUNCTIONAL CODE HERE
41 }
42};
43} // namespace dnnc

Callers 3

~RunQueueMethod · 0.85
PopBackHalfMethod · 0.85
EmptyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected