lijiansong commented on issue #807: URL: https://github.com/apache/singa/issues/807#issuecomment-752379166
In the Singa internal source code, there are 4 enumeration types of Block type, that is `kInput, kParam, kInter, kEnd`. Here` kInput, kParam and kInter` is easy to follow. `kInput` is the input data of DNN workloads, `kParam` is the weight parameters, `kInter` is the intermediate results during DNN workloads. But what does `kEnd` mean here? https://github.com/apache/singa/blob/f04d197ee15777504bf80a8cb77666b8cacb4b94/include/singa/core/scheduler.h#L55 @joddiy ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
