提交 ff5dce3d 编写于 作者: T TensorFlower Gardener

Merge pull request #61798 from bhbruce:fix-cmake-error

PiperOrigin-RevId: 564528951
......@@ -107,6 +107,11 @@ if(NOT _TFLITE_ENABLE_NNAPI)
${TFLITE_SOURCE_DIR}/nnapi/nnapi_util.cc
)
endif()
if(NOT TFLITE_ENABLE_GPU)
list(APPEND TEST_FRAMEWORK_SRC
${TFLITE_SOURCE_DIR}/tools/versioning/op_signature.cc
)
endif()
set(TEST_FRAMEWORK_OPTIONS "")
if(TFLITE_ENABLE_XNNPACK)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册