mxnet
Public Member Functions | List of all members
mshadow::Stream< Device > Struct Template Reference

computaion stream structure, used for asynchronous computations More...

#include <tensor.h>

Collaboration diagram for mshadow::Stream< Device >:
Collaboration graph

Public Member Functions

void Wait (void)
 wait for all the computations associated with this stream to complete More...
 
bool CheckIdle (void)
 query whether the the stream is idle More...
 
void CreateBlasHandle ()
 create a blas handle More...
 

Detailed Description

template<typename Device>
struct mshadow::Stream< Device >

computaion stream structure, used for asynchronous computations

Member Function Documentation

template<typename Device>
bool mshadow::Stream< Device >::CheckIdle ( void  )
inline

query whether the the stream is idle

Returns
true if the stream is idle and all the jobs have been completed
template<typename Device>
void mshadow::Stream< Device >::CreateBlasHandle ( )
inline

create a blas handle

template<typename Device>
void mshadow::Stream< Device >::Wait ( void  )
inline

wait for all the computations associated with this stream to complete


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