Apache Singa
A General Distributed Deep Learning Library
scheduler.h
1 
18 #ifndef SINGA_CORE_SCHEDULER_H_
19 #define SINGA_CORE_SCHEDULER_H_
20 
21 namespace singa {
22 
24 class Scheduler {};
25 
26 } // namespace singa
27 #endif // SINGA_CORE_SCHEDULER_H_
Scheduling Tensor operations with dependency detection.
Definition: scheduler.h:24
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: common.h:48