CMakeLists.txt 189 字节
Newer Older
1 2 3 4
add_subdirectory(tests)

cc_library(pten_hapi_utils SRCS allocator.cc storage.cc tensor_utils.cc DEPS tensor_base convert_utils
dense_tensor lod_tensor selected_rows place var_type_traits)