Overview

This case is a simple example of the aclnnPluginOperation and ATBOperation combination. For details, see Case source code. This document describes the example from the following four parts to help users further understand how to use ATB:

  1. Case introduction and running.
  2. aclnn operator integration into the ATB Plugin.
  3. Multithreading.
  4. Memory pool.

In addition to the aclnn operator, other custom operators can also be connected to the ATB through the plugin mechanism after the corresponding APIs are implemented.