Skip to content

Latest commit

 

History

History
 
 

cpp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

C++ API

Targets in module create the user facing C++ library for the TRTorch core.

Building libtrtorch.so

Debug build

bazel build //cpp/lib:libtrtorch.so --compilation_mode=dbg

Release build

bazel build //cpp/lib:libtrtorch.so -c opt

Usage

#include "trtorch/trtorch.h"