morapi_DnnLayerPlan Struct Reference
Dnn layer plan.
More...
#include <morapi_softneuro.h>
Public Member Functions
const morapi_Char * | morapi_DnnLayerPlan_getName (const morapi_DnnLayerPlan *self) |
const morapi_Char * | morapi_DnnLayerPlan_getType (const morapi_DnnLayerPlan *self) |
morapi_Int32 | morapi_DnnLayerPlan_getSchemaPlanNum (const morapi_DnnLayerPlan *self) |
morapi_DnnSchemaPlan * | morapi_DnnLayerPlan_getSchemaPlan (const morapi_DnnLayerPlan *self, morapi_Int32 i_index) |
const morapi_Char * | morapi_DnnLayerPlan_getOptimalRoutineDesc (const morapi_DnnLayerPlan *self) |
const morapi_Params * | morapi_DnnLayerPlan_getOptimalRoutineParams (const morapi_DnnLayerPlan *self) |
morapi_Real | morapi_DnnLayerPlan_getUsec (const morapi_DnnLayerPlan *self) |
morapi_Real | morapi_DnnLayerPlan_getAdaptUsec (const morapi_DnnLayerPlan *self) |
Detailed Description
Dnn layer plan.
Member Function Documentation
morapi_DnnLayerPlan_getName()
const morapi_Char * morapi_DnnLayerPlan_getName (const morapi_DnnLayerPlan * self)
Gets the layer name.
morapi_DnnLayerPlan_getType()
const morapi_Char * morapi_DnnLayerPlan_getType (const morapi_DnnLayerPlan * self)
Gets the layer type.
morapi_DnnLayerPlan_getSchemaPlanNum()
morapi_Int32 morapi_DnnLayerPlan_getSchemaPlanNum (const morapi_DnnLayerPlan * self)
Gets the number of routine schema plans.
morapi_DnnLayerPlan_getSchemaPlan()
morapi_DnnSchemaPlan * morapi_DnnLayerPlan_getSchemaPlan (const morapi_DnnLayerPlan * self,
morapi_Int32 i_index)
Gets the i_index-th routine schema plan.
morapi_DnnLayerPlan_getOptimalRoutineDesc()
const morapi_Char * morapi_DnnLayerPlan_getOptimalRoutineDesc (const morapi_DnnLayerPlan * self)
Gets the optimal routine descriptor.
morapi_DnnLayerPlan_getOptimalRoutineParams()
const morapi_Params * morapi_DnnLayerPlan_getOptimalRoutineParams (const morapi_DnnLayerPlan * self)
Gets the optimal routine parameters.
morapi_DnnLayerPlan_getUsec()
morapi_Real morapi_DnnLayerPlan_getUsec (const morapi_DnnLayerPlan * self)
Gets the forward time (usec).
morapi_DnnLayerPlan_getAdaptUsec()
morapi_Real morapi_DnnLayerPlan_getAdaptUsec (const morapi_DnnLayerPlan * self)
Gets the adapt time (usec).