Home
last modified time | relevance | path

Searched defs:trt (Results 1 – 7 of 7) sorted by relevance

/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/tensorflow/tensorflow/python/compiler/tensorrt/
D__init__.py22 from tensorflow.python.compiler.tensorrt import trt_convert as trt unknown
/external/skia/src/gpu/d3d/
DGrD3DTextureRenderTarget.cpp143 GrD3DTextureRenderTarget* trt = new GrD3DTextureRenderTarget( in MakeNewTextureRenderTarget() local
148 GrD3DTextureRenderTarget* trt = new GrD3DTextureRenderTarget( in MakeNewTextureRenderTarget() local
187 GrD3DTextureRenderTarget* trt = new GrD3DTextureRenderTarget( in MakeWrappedTextureRenderTarget() local
/external/tensorflow/tensorflow/python/compiler/tensorrt/model_tests/
Drun_models.py26 from tensorflow.python.compiler.tensorrt import trt_convert as trt unknown
Dresult_analyzer.py25 import tensorflow.python.compiler.tensorrt.trt_convert as trt namespace
Dmodel_handler.py33 from tensorflow.python.compiler.tensorrt import trt_convert as trt unknown
/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