Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions | Data Fields
caffe2::internal::Event Struct Reference

Public Member Functions

 Event (const DeviceOption &device_option)
 
void record (const Stream &stream)
 
 DISABLE_COPY_AND_ASSIGN (Event)
 

Data Fields

int gpu_id_ {-1}
 
cudaEvent_t event_ {nullptr}
 
bool outstanding_ {false}
 
bool neverRecorded_ {true}
 

Detailed Description

Definition at line 13 of file net_gpu.h.


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