morapi_DnnRoutinePlan Struct Reference
Dnn routine plan.
More...
#include <morapi_softneuro.h>
Public Member Functions
const morapi_Char * | morapi_DnnRoutinePlan_getDescText (const morapi_DnnRoutinePlan *self) |
const morapi_Params * | morapi_DnnRoutinePlan_getParams (const morapi_DnnRoutinePlan *self) |
const morapi_DnnNetPlan * | morapi_DnnRoutinePlan_getChild (const morapi_DnnRoutinePlan *self) |
morapi_Real | morapi_DnnRoutinePlan_getUsec (const morapi_DnnRoutinePlan *self) |
morapi_Int32 | morapi_DnnRoutinePlan_getUsecNum (const morapi_DnnRoutinePlan *self) |
const morapi_Real * | morapi_DnnRoutinePlan_getUsecs (const morapi_DnnRoutinePlan *self) |
Detailed Description
Dnn routine plan.
Member Function Documentation
morapi_DnnRoutinePlan_getDescText()
const morapi_Char * morapi_DnnRoutinePlan_getDescText (const morapi_DnnRoutinePlan * self)
Gets the routine descriptor.
morapi_DnnRoutinePlan_getParams()
const morapi_Params * morapi_DnnRoutinePlan_getParams (const morapi_DnnRoutinePlan * self)
Gets the routine parameters.
morapi_DnnRoutinePlan_getChild()
const morapi_DnnNetPlan * morapi_DnnRoutinePlan_getChild (const morapi_DnnRoutinePlan * self)
Gets the child net plan.
morapi_DnnRoutinePlan_getUsec()
morapi_Real morapi_DnnRoutinePlan_getUsec (const morapi_DnnRoutinePlan * self)
Gets the forward time (usec).
morapi_DnnRoutinePlan_getUsecNum()
morapi_Int32 morapi_DnnRoutinePlan_getUsecNum (const morapi_DnnRoutinePlan * self)
Gets the number of measured forward times (usec).
morapi_DnnRoutinePlan_getUsecs()
const morapi_Real * morapi_DnnRoutinePlan_getUsecs (const morapi_DnnRoutinePlan * self)
Gets the measured forward times (usec).