We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95a6732 + 8d811bd commit 9fa8791Copy full SHA for 9fa8791
.gitignore
@@ -66,3 +66,4 @@ bazel-tensorrt
66
*.cache
67
*cifar-10-batches-py*
68
bazel-project
69
+build/
core/ir/CMakeLists.txt
@@ -5,6 +5,7 @@ target_sources(${lib_name}
5
PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/Input.cpp"
6
"${CMAKE_CURRENT_SOURCE_DIR}/ir.cpp"
7
"${CMAKE_CURRENT_SOURCE_DIR}/StaticParams.cpp"
8
+ "${CMAKE_CURRENT_SOURCE_DIR}/GraphInputs.cpp"
9
$<TARGET_OBJECTS:core_util>
10
)
11
0 commit comments