/external/tensorflow/tensorflow/python/compiler/tensorrt/model_tests/ |
D | run_models.py | 26 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))
|
D | model_handler.py | 33 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 …]
|
D | result_analyzer.py | 25 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/ |
D | GrD3DTextureRenderTarget.cpp | 143 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__.py | 22 from tensorflow.python.compiler.tensorrt import trt_convert as trt unknown
|
D | README.md | 30 [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/ |
D | standard_ops.py | 115 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/ |
D | Transpositions.h | 385 operator*(const MatrixBase<OtherDerived>& matrix, const Transpose& trt) 387 return Product<OtherDerived, Transpose, AliasFreeProduct>(matrix.derived(), trt.derived());
|
/external/tensorflow/tensorflow/python/tools/ |
D | saved_model_cli.py | 778 …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/ |
D | Dockerfile.gpu | 12 && apt-get install nvinfer-runtime-trt-repo-ubuntu1604-5.0.2-ga-cuda10.0 \
|
D | Dockerfile.rbe.cuda10.0-cudnn7-ubuntu14.04 | 50 nvinfer-runtime-trt-repo-ubuntu1604-$TENSORRT_VERSION-ga-cuda10.0 && \
|
D | Dockerfile.rbe.cuda9.0-cudnn7-ubuntu14.04 | 55 nvinfer-runtime-trt-repo-ubuntu1604-$TENSORRT_VERSION-ga-cuda9.0 && \
|
/external/one-true-awk/testdir/ |
D | test.data | 99 79 trt
|
/external/llvm-project/llvm/test/MC/SystemZ/ |
D | insn-bad.s | 7312 #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 …]
|
D | insn-good.s | 16483 #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/ |
D | inet.py | 1252 trt = {} 1268 trt[trace_id] = loctrace 1275 locations = [zip(*tr) for tr in six.itervalues(trt)]
|
/external/llvm-project/llvm/test/MC/Disassembler/SystemZ/ |
D | insns.txt | 18258 # 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/ |
D | SystemZGenInsnNameMaps.inc | 1679 { SYSZ_INS_TRT, "trt" },
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1858 def TRT : SideEffectBinarySSa<"trt", 0xDD>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1845 def TRT : SideEffectBinarySSa<"trt", 0xDD>;
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | iso-639-3_Name_Index.tab | 6828 trt Tunggare Tunggare
|
D | iso-639-3.tab | 6536 trt I L Tunggare
|
D | language-subtag-registry | 35388 Subtag: trt
|