Home
last modified time | relevance | path

Searched defs:IntProducerBeforeFirst (Results 1 – 2 of 2) sorted by relevance

/dports/misc/py-tvm/incubator-tvm-0.6.1/3rdparty/dmlc-core/test/unittest/
H A Dunittest_threaditer_exc_handling.cc55 struct IntProducerBeforeFirst : public ThreadedIter<int>::Producer { struct
56 ExcType exc_type;
57 IntProducerBeforeFirst(ExcType exc_type = ExcType::kDMLCException) in IntProducerBeforeFirst() argument
59 virtual void BeforeFirst(void) { in BeforeFirst()
66 virtual bool Next(int **inout_dptr) { return true; } in Next()
/dports/devel/dmlc-core/dmlc-core-0.3-123-gb3a4c71/test/unittest/
H A Dunittest_threaditer_exc_handling.cc57 struct IntProducerBeforeFirst : public ThreadedIter<int>::Producer { struct
58 ExcType exc_type;
59 IntProducerBeforeFirst(ExcType exc_type = ExcType::kDMLCException) in IntProducerBeforeFirst() function
62 virtual void BeforeFirst(void) { in BeforeFirst()
69 virtual bool Next(int **inout_dptr) { return true; } in Next()