Skip to content
Snippets Groups Projects
Select Git revision
  • 1d536e6cbcf8e0cbd1d24d9621b60b93b3ebbbd3
  • master default protected
  • johannes
  • partial_parser
  • Aloui_Dary
  • ignore_punct
  • AC
  • classifier
  • fixhelp
  • libmacaon2
  • error_predictor
  • morpho
  • ssrnn
  • tfparsing
  • silvio
  • tagger_options
  • maca_trans_frame_parser
  • alexis
  • new_config
  • tagparse
  • maca_graph_parser
21 results

dico.c

Blame
  • CMakeLists.txt 133 B
    FILE(GLOB SOURCES src/*.cpp)
    
    add_library(torch_modules STATIC ${SOURCES})
    target_link_libraries(torch_modules "${TORCH_LIBRARIES}")