Home
last modified time | relevance | path

Searched refs:tensorrt (Results 1 – 25 of 106) sorted by relevance

12345

/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/tensorrt5/
DBUILD16 "tensorrt/include/tensorrt_config.h",
19 include_prefix = "third_party/tensorrt",
20 strip_include_prefix = "tensorrt/include",
24 name = "tensorrt",
46 "tensorrt/lib/libnvinfer.so.5",
47 "tensorrt/lib/libnvinfer_plugin.so.5",
49 …cmd = """cp -f "/usr/lib/x86_64-linux-gnu/libnvinfer.so.5" "$(location tensorrt/lib/libnvinfer.so.…
50 cp -f "/usr/lib/x86_64-linux-gnu/libnvinfer_plugin.so.5" "$(location tensorrt/lib/libnvinfer_plugin…
56 "tensorrt/include/NvInfer.h",
57 "tensorrt/include/NvUtils.h",
[all …]
/external/tensorflow/third_party/tensorrt/
Dtensorrt_configure.bzl55 return repository_ctx.path(Label("//third_party/tensorrt:%s.tpl" % filename))
72 _tpl(repository_ctx, "tensorrt/include/tensorrt_config.h", {
79 Label("//third_party/tensorrt:LICENSE"),
87 "tensorrt/tensorrt_config.py",
108 …"tensorrt/include/tensorrt_config.h": _tpl_path(repository_ctx, "tensorrt/include/tensorrt_config.…
109 "tensorrt/tensorrt_config.py": _tpl_path(repository_ctx, "tensorrt/tensorrt_config.py"),
112 config = find_cuda_config(repository_ctx, find_cuda_config_path, ["tensorrt"])
127 outs = ["tensorrt/lib/" + library for library in libraries],
133 outs = ["tensorrt/include/" + header for header in headers],
146 outs = ["tensorrt/lib/" + library for library in static_libraries],
[all …]
DBUILD.tpl21 "tensorrt/include/tensorrt_config.h",
24 include_prefix = "third_party/tensorrt",
25 strip_include_prefix = "tensorrt/include",
29 name = "tensorrt",
57 srcs = ["tensorrt/tensorrt_config.py"]
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dpy_utils_wrapper.cc23 return tensorflow::tensorrt::GetLinkedTensorRTVersion(); in get_linked_tensorrt_version()
27 return tensorflow::tensorrt::GetLoadedTensorRTVersion(); in get_loaded_tensorrt_version()
38 m.def("is_tensorrt_enabled", tensorflow::tensorrt::IsGoogleTensorRTEnabled, in PYBIND11_MODULE()
Dtrt_shape_optimization_profiles.h38 namespace tensorrt {
54 return StrCat("[min: ", tensorflow::tensorrt::DebugString(min), in DebugString()
55 ", opt: : ", tensorflow::tensorrt::DebugString(opt), in DebugString()
56 ", max: ", tensorflow::tensorrt::DebugString(max), "]"); in DebugString()
83 << ::tensorflow::tensorrt::DebugString(opt[i]); in SetDimensions()
Dtrt_allocator.h28 namespace tensorrt {
37 namespace tensorrt {
Dtrt_allocator.cc25 namespace tensorrt { namespace
56 namespace tensorrt { namespace
Dpy_utils.h20 namespace tensorrt {
Dpy_utils.cc25 namespace tensorrt { namespace
Dtrt_logger.h25 namespace tensorrt {
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.experimental.tensorrt.-conversion-params.pbtxt1 path: "tensorflow.experimental.tensorrt.ConversionParams"
3 is_instance: "<class \'tensorflow.python.compiler.tensorrt.trt_convert.TrtConversionParams\'>"
4 is_instance: "<class \'tensorflow.python.compiler.tensorrt.trt_convert.TrtConversionParams\'>"
Dtensorflow.experimental.tensorrt.-converter.pbtxt1 path: "tensorflow.experimental.tensorrt.Converter"
3 is_instance: "<class \'tensorflow.python.compiler.tensorrt.trt_convert.TrtGraphConverterV2\'>"
Dtensorflow.experimental.tensorrt.pbtxt1 path: "tensorflow.experimental.tensorrt"
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dlogger_registry.h27 namespace tensorrt {
50 static ::tensorflow::tensorrt::RegisterLogger register_trt_logger##ctr \
52 ::tensorflow::tensorrt::RegisterLogger(name, logger)
/external/tensorflow/tensorflow/python/compiler/tensorrt/model_tests/
DBUILD26 "//tensorflow/python/compiler/tensorrt:trt_convert_py",
41 "//tensorflow/python/compiler/tensorrt:trt_convert_py",
57 "//tensorflow/python/compiler/tensorrt:trt_convert_py",
Drun_models.py26 from tensorflow.python.compiler.tensorrt import trt_convert as trt
27 from tensorflow.python.compiler.tensorrt.model_tests import model_handler
28 from tensorflow.python.compiler.tensorrt.model_tests import result_analyzer
/external/tensorflow/tensorflow/compiler/tf2tensorrt/common/
Dutils.h22 namespace tensorrt {
39 namespace tensorrt {
Dutils.cc25 namespace tensorrt { namespace
54 namespace tensorrt { namespace
/external/tensorflow/tensorflow/python/compiler/
DBUILD18 ["//tensorflow/python/compiler/tensorrt:trt_convert_windows"],
19 otherwise = ["//tensorflow/python/compiler/tensorrt:init_py"],
/external/tensorflow/tensorflow/tools/build_info/
Dgen_build_info.py33 from tensorrt.tensorrt import tensorrt_config # pylint: disable=g-import-not-at-top
/external/tensorflow/tensorflow/compiler/tf2tensorrt/plugin/
Dtrt_plugin.h27 namespace tensorrt {
86 static ::tensorflow::tensorrt::TrtPluginRegistrar<name> \
Dtrt_plugin.cc23 namespace tensorrt { namespace
/external/tensorflow/tensorflow/tools/ci_build/
Dpylint_allowlist16 ^tensorflow/python/compiler/tensorrt/test/base_test.py.*\[E1003.*bad-super-call
17 ^tensorflow/python/compiler/tensorrt/test/biasadd_matmul_test.py.*\[E1003.*bad-super-call
18 ^tensorflow/python/compiler/tensorrt/test/binary_tensor_weight_broadcast_test.py.*\[E1003.*bad-supe…
19 ^tensorflow/python/compiler/tensorrt/test/dynamic_input_shapes_test.py.*\[E1003.*bad-super-call
20 ^tensorflow/python/compiler/tensorrt/test/int32_test.py.*\[E1003.*bad-super-call
21 ^tensorflow/python/compiler/tensorrt/test/testdata/gen_tftrt_model.py.*\[E1102.*not-callable
22 ^tensorflow/python/compiler/tensorrt/test/vgg_block_nchw_test.py.*\[E1003.*bad-super-call
23 ^tensorflow/python/compiler/tensorrt/test/vgg_block_test.py.*\[E1003.*bad-super-call
/external/tensorflow/tensorflow/
Dopensource_only.files215 tensorflow/third_party/tensorrt/BUILD
216 tensorflow/third_party/tensorrt/BUILD.tpl
217 tensorflow/third_party/tensorrt/LICENSE
218 tensorflow/third_party/tensorrt/build_defs.bzl.tpl
219 tensorflow/third_party/tensorrt/tensorrt/include/tensorrt_config.h.tpl
220 tensorflow/third_party/tensorrt/tensorrt/tensorrt_config.py.tpl
221 tensorflow/third_party/tensorrt/tensorrt_configure.bzl
/external/tensorflow/tensorflow/python/compiler/tensorrt/
D__init__.py22 from tensorflow.python.compiler.tensorrt import trt_convert as trt

12345