TIM-VX/include/tim/vx
Jia 11480f18f3 Store operation into graph
because the operation is a shared pointor, in app, the operation is
created as:
    auto op = graph->CreateOperation();

uses natively think the operation had been register into the graph and
would not manage the op locally.

if running the graph in another fucntion instead of the function that
create the operation, the operation would had been delete.

so the operation should be stored into the graph.

Signed-off-by: Jia <juku.jia@verisilicon.com>
2021-04-15 11:21:56 +08:00
..
ops add the Stack op 2021-04-07 19:57:28 +08:00
context.h Added NBG support 2021-02-22 11:38:21 +08:00
graph.h Store operation into graph 2021-04-15 11:21:56 +08:00
operation.h Initial Commit for VERSION 1.1.28 2021-01-11 18:27:48 +08:00
tensor.h Added NBG support 2021-02-22 11:38:21 +08:00
types.h Support multiply attribute for tensor spec 2021-02-01 14:10:03 +08:00