Home
last modified time | relevance | path

Searched refs:trt (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/python/compiler/tensorrt/model_tests/
Drun_models.py26 from tensorflow.python.compiler.tensorrt import trt_convert as trt unknown
76 DEFAUL_TRT_CONVERT_PARAMS = trt.DEFAULT_TRT_CONVERSION_PARAMS
115 default_trt_converter_params: trt.TrtConversionParams,
116 trt_converter_params_updater: Callable[[trt.TrtConversionParams],
117 Iterable[trt.TrtConversionParams]]
150 def trt_converter_params_updater(params: trt.TrtConversionParams):
152 trt.TrtPrecisionMode.FP32, trt.TrtPrecisionMode.FP16,
153 trt.TrtPrecisionMode.INT8
157 use_calibration=(precision_mode == trt.TrtPrecisionMode.INT8))
Dmodel_handler.py33 from tensorflow.python.compiler.tensorrt import trt_convert as trt unknown
178 trt_convert_params: trt.TrtConversionParams = None):
392 trt_convert_params: trt.TrtConversionParams,
401 def _create_converter(self, trt_convert_params: trt.TrtConversionParams):
419 def trt_convert_params(self) -> trt.TrtConversionParams:
451 def _create_converter(self, trt_convert_params: trt.TrtConversionParams):
453 return trt.TrtGraphConverter(
476 if (self.trt_convert_params.precision_mode == trt.TrtPrecisionMode.INT8 and
506 def _create_converter(self, trt_convert_params: trt.TrtConversionParams):
507 return trt.TrtGraphConverterV2(
[all …]
Dresult_analyzer.py25 import tensorflow.python.compiler.tensorrt.trt_convert as trt namespace
110 trt.TrtConversionParams._fields))
117 r += [False] + [None for _ in trt.TrtConversionParams._fields]
/external/skia/src/gpu/d3d/
DGrD3DTextureRenderTarget.cpp143 GrD3DTextureRenderTarget* trt = new GrD3DTextureRenderTarget( in MakeNewTextureRenderTarget() local
146 return sk_sp<GrD3DTextureRenderTarget>(trt); in MakeNewTextureRenderTarget()
148 GrD3DTextureRenderTarget* trt = new GrD3DTextureRenderTarget( in MakeNewTextureRenderTarget() local
151 return sk_sp<GrD3DTextureRenderTarget>(trt); in MakeNewTextureRenderTarget()
187 GrD3DTextureRenderTarget* trt = new GrD3DTextureRenderTarget( in MakeWrappedTextureRenderTarget() local
191 return sk_sp<GrD3DTextureRenderTarget>(trt); in MakeWrappedTextureRenderTarget()
/external/tensorflow/tensorflow/python/compiler/tensorrt/
D__init__.py22 from tensorflow.python.compiler.tensorrt import trt_convert as trt unknown
DREADME.md30 [Verified Models](https://docs.nvidia.com/deeplearning/frameworks/tf-trt-user-guide/index.html#veri…
34 [TF-TRT documentation](https://docs.nvidia.com/deeplearning/frameworks/tf-trt-user-guide/index.html)
/external/tensorflow/tensorflow/python/ops/
Dstandard_ops.py115 from tensorflow.python.compiler.tensorrt import trt_convert_windows as trt unknown
117 from tensorflow.python.compiler.tensorrt import trt_convert as trt unknown
/external/eigen/Eigen/src/Core/
DTranspositions.h385 operator*(const MatrixBase<OtherDerived>& matrix, const Transpose& trt)
387 return Product<OtherDerived, Transpose, AliasFreeProduct>(matrix.derived(), trt.derived());
/external/tensorflow/tensorflow/python/tools/
Dsaved_model_cli.py778 …from tensorflow.python.compiler.tensorrt import trt_convert as trt # pylint: disable=g-import-not… unknown
781 params = trt.DEFAULT_TRT_CONVERSION_PARAMS._replace(
785 converter = trt.TrtGraphConverterV2(
796 trt.create_inference_graph(
/external/tensorflow/tensorflow/tools/ci_build/
DDockerfile.gpu12 && apt-get install nvinfer-runtime-trt-repo-ubuntu1604-5.0.2-ga-cuda10.0 \
DDockerfile.rbe.cuda10.0-cudnn7-ubuntu14.0450 nvinfer-runtime-trt-repo-ubuntu1604-$TENSORRT_VERSION-ga-cuda10.0 && \
DDockerfile.rbe.cuda9.0-cudnn7-ubuntu14.0455 nvinfer-runtime-trt-repo-ubuntu1604-$TENSORRT_VERSION-ga-cuda9.0 && \
/external/one-true-awk/testdir/
Dtest.data99 79 trt
/external/llvm-project/llvm/test/MC/SystemZ/
Dinsn-bad.s7312 #CHECK: trt 0, 0
7314 #CHECK: trt 0(%r1), 0(%r1)
7316 #CHECK: trt 0(1,%r1), 0(2,%r1)
7318 #CHECK: trt 0(0,%r1), 0(%r1)
7320 #CHECK: trt 0(257,%r1), 0(%r1)
7322 #CHECK: trt -1(1,%r1), 0(%r1)
7324 #CHECK: trt 4096(1,%r1), 0(%r1)
7326 #CHECK: trt 0(1,%r1), -1(%r1)
7328 #CHECK: trt 0(1,%r1), 4096(%r1)
7330 #CHECK: trt 0(%r1,%r2), 0(%r1)
[all …]
Dinsn-good.s16483 #CHECK: trt 0(1), 0 # encoding: [0xdd,0x00,0x00,0x00,0x00,0x00]
16484 #CHECK: trt 0(1), 0(%r1) # encoding: [0xdd,0x00,0x00,0x00,0x10,0x00]
16485 #CHECK: trt 0(1), 0(%r15) # encoding: [0xdd,0x00,0x00,0x00,0xf0,0x00]
16486 #CHECK: trt 0(1), 4095 # encoding: [0xdd,0x00,0x00,0x00,0x0f,0xff]
16487 #CHECK: trt 0(1), 4095(%r1) # encoding: [0xdd,0x00,0x00,0x00,0x1f,0xff]
16488 #CHECK: trt 0(1), 4095(%r15) # encoding: [0xdd,0x00,0x00,0x00,0xff,0xff]
16489 #CHECK: trt 0(1,%r1), 0 # encoding: [0xdd,0x00,0x10,0x00,0x00,0x00]
16490 #CHECK: trt 0(1,%r15), 0 # encoding: [0xdd,0x00,0xf0,0x00,0x00,0x00]
16491 #CHECK: trt 4095(1,%r1), 0 # encoding: [0xdd,0x00,0x1f,0xff,0x00,0x00]
16492 #CHECK: trt 4095(1,%r15), 0 # encoding: [0xdd,0x00,0xff,0xff,0x00,0x00]
[all …]
/external/scapy/scapy/layers/
Dinet.py1252 trt = {}
1268 trt[trace_id] = loctrace
1275 locations = [zip(*tr) for tr in six.itervalues(trt)]
/external/llvm-project/llvm/test/MC/Disassembler/SystemZ/
Dinsns.txt18258 # CHECK: trt 0(1), 0
18261 # CHECK: trt 0(1), 0(%r1)
18264 # CHECK: trt 0(1), 0(%r15)
18267 # CHECK: trt 0(1), 4095
18270 # CHECK: trt 0(1), 4095(%r1)
18273 # CHECK: trt 0(1), 4095(%r15)
18276 # CHECK: trt 0(1,%r1), 0
18279 # CHECK: trt 0(1,%r15), 0
18282 # CHECK: trt 4095(1,%r1), 0
18285 # CHECK: trt 4095(1,%r15), 0
[all …]
/external/capstone/arch/SystemZ/
DSystemZGenInsnNameMaps.inc1679 { SYSZ_INS_TRT, "trt" },
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1858 def TRT : SideEffectBinarySSa<"trt", 0xDD>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1845 def TRT : SideEffectBinarySSa<"trt", 0xDD>;
/external/cldr/tools/java/org/unicode/cldr/util/data/
Diso-639-3_Name_Index.tab6828 trt Tunggare Tunggare
Diso-639-3.tab6536 trt I L Tunggare
Dlanguage-subtag-registry35388 Subtag: trt