Home
last modified time | relevance | path

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

123456

/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
DBUILD2 # Wrap NVIDIA TensorRT (http://developer.nvidia.com/tensorrt) with tensorflow
33 visibility = ["//tensorflow/python/compiler/tensorrt:__pkg__"],
50 visibility = ["//tensorflow/python/compiler/tensorrt:__pkg__"],
56 visibility = ["//tensorflow/python/compiler/tensorrt:__pkg__"],
66 visibility = ["//tensorflow/python/compiler/tensorrt:__pkg__"],
85 "//tensorflow/python/compiler/tensorrt:tf_trt_integration_test_base",
105 "//tensorflow/python/compiler/tensorrt:tf_trt_integration_test_base",
125 "//tensorflow/python/compiler/tensorrt:tf_trt_integration_test_base",
145 "//tensorflow/python/compiler/tensorrt:tf_trt_integration_test_base",
166 "//tensorflow/python/compiler/tensorrt:tf_trt_integration_test_base",
[all …]
Dtf_function_test.py22 from tensorflow.python.compiler.tensorrt import trt_convert
23 from tensorflow.python.compiler.tensorrt.test import tf_trt_integration_test_base as trt_test
24 from tensorflow.python.compiler.tensorrt.test.tf_trt_integration_test_base import GraphState
25 from tensorflow.python.compiler.tensorrt.test.tf_trt_integration_test_base import IsQuantizationWit…
/external/tensorflow/third_party/tensorrt/
Dtensorrt_configure.bzl83 return repository_ctx.path(Label("//third_party/tensorrt:%s.tpl" % filename))
101 _tpl(repository_ctx, "tensorrt/include/tensorrt_config.h", {
108 Label("//third_party/tensorrt:LICENSE"),
116 "tensorrt/tensorrt_config.py",
137 …"tensorrt/include/tensorrt_config.h": _tpl_path(repository_ctx, "tensorrt/include/tensorrt_config.…
138 "tensorrt/tensorrt_config.py": _tpl_path(repository_ctx, "tensorrt/tensorrt_config.py"),
142 config = find_cuda_config(repository_ctx, find_cuda_config_path, ["tensorrt"])
157 outs = ["tensorrt/lib/" + library for library in libraries],
163 outs = ["tensorrt/include/" + header for header in headers],
182 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"]
Dworkspace.bzl19 build_file = "//third_party/tensorrt/plugin:BUILD",
20 patch_file = ["//third_party/tensorrt/plugin:tensorrt_oss.patch"],
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dpy_utils_wrapper.cc26 return tensorflow::tensorrt::GetLinkedTensorRTVersion(); in get_linked_tensorrt_version()
30 return tensorflow::tensorrt::GetLoadedTensorRTVersion(); in get_loaded_tensorrt_version()
41 m.def("is_tensorrt_enabled", tensorflow::tensorrt::IsGoogleTensorRTEnabled, in PYBIND11_MODULE()
44 tensorflow::tensorrt::GetRegisteredOpConverters, in PYBIND11_MODULE()
Dtrt_shape_optimization_profiles.h41 namespace tensorrt {
67 return StrCat("[min: ", tensorflow::tensorrt::DebugString(min), in DebugString()
68 ", opt: : ", tensorflow::tensorrt::DebugString(opt), in DebugString()
69 ", max: ", tensorflow::tensorrt::DebugString(max), "]"); in DebugString()
113 << ::tensorflow::tensorrt::DebugString(opt[idx]); in SetDimensions()
122 << ::tensorflow::tensorrt::DebugString(opt[i]); in SetDimensions()
Dpy_utils.cc28 namespace tensorrt { namespace
52 auto* registry = tensorflow::tensorrt::convert::GetOpConverterRegistry(); in GetRegisteredOpConverters()
Dtrt_allocator.h29 namespace tensorrt {
38 namespace tensorrt {
Dtrt_allocator.cc25 namespace tensorrt { namespace
56 namespace tensorrt { namespace
/external/tensorflow/tensorflow/python/compiler/tensorrt/
DBUILD2 # Wrap NVIDIA TensorRT (http://developer.nvidia.com/tensorrt) with tensorflow
62 srcs = ["//tensorflow/python/compiler/tensorrt/test:tf_trt_integration_test_base_srcs"],
82 "//tensorflow/python/compiler/tensorrt/test:trt_convert_test_data",
97 "//tensorflow/python/compiler/tensorrt/test:test_utils",
113 srcs = ["//tensorflow/python/compiler/tensorrt/test:quantization_mnist_test_srcs"],
115 "//tensorflow/python/compiler/tensorrt/test:quantization_mnist_test_data",
/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\'>"
/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)
Dop_converter_registry.h29 namespace tensorrt {
90 << tensorrt::convert::GetOpConverterRegistry()->Register( \
99 func, tensorrt::convert::kDefaultConverterPriority, __VA_ARGS__)
Dweights.cc26 namespace tensorrt { namespace
80 ", type=", tensorflow::tensorrt::DebugString(type_), in DebugString()
180 "tensor=", tensorflow::tensorrt::DebugString(tensor()), in DebugString()
/external/tensorflow/tensorflow/python/compiler/tensorrt/model_tests/
DBUILD26 "//tensorflow/python/compiler/tensorrt:trt_convert_py",
40 "//tensorflow/python/compiler/tensorrt:trt_convert_py",
57 "//tensorflow/python/compiler/tensorrt:trt_convert_py",
Drun_models.py25 from tensorflow.python.compiler.tensorrt import trt_convert as trt
26 from tensorflow.python.compiler.tensorrt.model_tests import model_handler
27 from tensorflow.python.compiler.tensorrt.model_tests import result_analyzer
/external/tensorflow/third_party/tensorrt/plugin/
DBUILD20 "@local_config_tensorrt//:tensorrt",
50 include_prefix = "third_party/tensorrt/plugin/efficientNMSPlugin",
56 "@local_config_tensorrt//:tensorrt",
/external/tensorflow/tensorflow/tools/build_info/
Dgen_build_info.py26 from tensorrt.tensorrt import tensorrt_config # pylint: disable=g-import-not-at-top
/external/tensorflow/tensorflow/
Dopensource_only.files321 third_party/tensorrt/BUILD.tpl:
322 third_party/tensorrt/BUILD:
323 third_party/tensorrt/LICENSE:
324 third_party/tensorrt/build_defs.bzl.tpl:
325 third_party/tensorrt/plugin/BUILD:
326 third_party/tensorrt/tensorrt/include/tensorrt_config.h.tpl:
327 third_party/tensorrt/tensorrt/tensorrt_config.py.tpl:
328 third_party/tensorrt/tensorrt_configure.bzl:
329 third_party/tensorrt/workspace.bzl:
/external/tensorflow/tensorflow/compiler/tf2tensorrt/plugin/
Dtrt_plugin.h27 namespace tensorrt {
86 static ::tensorflow::tensorrt::TrtPluginRegistrar<name> \
/external/tensorflow/tensorflow/compiler/tf2tensorrt/common/
Dutils.h26 namespace tensorrt {
88 namespace tensorrt {
Dutils.cc29 namespace tensorrt { namespace
58 namespace tensorrt { namespace
/external/tensorflow/tensorflow/compiler/tf2tensorrt/
Dtrt_convert_api_test.cc32 namespace tensorrt { namespace
252 StatusOr<GraphDef> result = tensorrt::ConvertAndBuild( in ConvertAndRunFrozenGraph()
272 StatusOr<GraphDef> result = tensorrt::ConvertAndBuild( in ConvertAndRunSavedModel()

123456