Skip to content

decomposer

dnn

Net decomposer.
More...


Data Structures

struct   morapi_DnnNetPartition

Functions

morapi_Result  morapi_Dnn_decompose (morapi_Dnn *self, morapi_DnnNet *io_net, const morapi_DnnNetPartition *i_partition)


Detailed Description

Net decomposer.


Function Documentation


morapi_Dnn_decompose()

morapi_Result morapi_Dnn_decompose (morapi_Dnn * self,
                                    morapi_DnnNet * io_net,
                                    const morapi_DnnNetPartition * i_partition)

Decomposes the net.

Parameters

  • self : the dnn module.
  • io_net : the net name to be decomposed.
  • i_partition : partitioning position where dnn is decomposed.

test_decompose_api.c.