Searched defs:NNETInstance (Results 1 – 1 of 1) sorted by relevance
75 typedef struct NNETInstance { struct76 struct NNETInstance *lower_ins; /**< 下位インスタンス。0はこのレイヤが最下位であることを示します。 */ argument77 s32 (* startup) (struct NNETInstance *ins, s32 timeout); /**< startup関数 */ argument78 s32 (* cleanup) (struct NNETInstance *ins, s32 timeout); /**< cleanup関数 */ argument79 s32 (* abort) (struct NNETInstance *ins); /**< abort関数 */ argument80 } NNETInstance; typedef