Browse Source

fix error code and add complex128 support

tags/v1.5.1
lichun 3 years ago
parent
commit
8b7ae63086
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/ut/ge/graph/build/graph_mem_assigner_unittest.cc

+ 1
- 1
tests/ut/ge/graph/build/graph_mem_assigner_unittest.cc View File

@@ -30,7 +30,7 @@
#define protected public #define protected public
#define private public #define private public
#include "graph/build/memory/binary_block_mem_assigner.h" #include "graph/build/memory/binary_block_mem_assigner.h"
#include "graph/build/memory/graph_mem_assigner_unittest.h"
#include "graph/build/memory/graph_mem_assigner.h"
#include "graph/build/memory/hybrid_mem_assigner.h" #include "graph/build/memory/hybrid_mem_assigner.h"
#include "graph/build/memory/max_block_mem_assigner.h" #include "graph/build/memory/max_block_mem_assigner.h"
#include "graph/manager/graph_var_manager.h" #include "graph/manager/graph_var_manager.h"


Loading…
Cancel
Save