1 Star 0 Fork 1

shineboy/pytorch-TensorRT

forked from mirrors/pytorch-TensorRT 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
BUILD 707 Bytes
一键复制 编辑 原始数据 按行查看 历史
load("@rules_python//python:defs.bzl", "py_library")
load("@torch_tensorrt_py_deps//:requirements.bzl", "requirement")
package(default_visibility = ["//visibility:public"])
# Exposes the library for testing
py_library(
name = "torch_tensorrt",
srcs = [
"torch_tensorrt/__init__.py",
"torch_tensorrt/_compile_spec.py",
"torch_tensorrt/_compiler.py",
"torch_tensorrt/_types.py",
"torch_tensorrt/_version.py",
"torch_tensorrt/logging.py",
"torch_tensorrt/ptq.py",
],
data = [
"torch_tensorrt/lib/libtrtorch.so",
] + glob([
"torch_tensorrt/_C.cpython*.so",
]),
deps = [
requirement("torch"),
],
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/shineboy/pytorch-tensor-rt.git
git@gitee.com:shineboy/pytorch-tensor-rt.git
shineboy
pytorch-tensor-rt
pytorch-TensorRT
1.4_docs_archive

搜索帮助