mxnet
Public Attributes | List of all members
mxnet::Storage::SyncObj Struct Reference

Storage sync object. More...

#include <storage.h>

Collaboration diagram for mxnet::Storage::SyncObj:
Collaboration graph

Public Attributes

std::vector< std::weak_ptr< cudaEvent_t > > events
 All the events from the engine variable. More...
 

Detailed Description

Storage sync object.

Member Data Documentation

◆ events

std::vector<std::weak_ptr<cudaEvent_t> > mxnet::Storage::SyncObj::events

All the events from the engine variable.


The documentation for this struct was generated from the following file: