Searched refs:max_workspace_size_bytes (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/contrib/tensorrt/python/ |
D | trt_convert.py | 28 max_workspace_size_bytes=trt_convert.DEFAULT_TRT_MAX_WORKSPACE_SIZE_BYTES, argument 42 max_workspace_size_bytes=max_workspace_size_bytes,
|
/external/tensorflow/tensorflow/python/compiler/tensorrt/ |
D | trt_convert.py | 465 max_workspace_size_bytes=DEFAULT_TRT_MAX_WORKSPACE_SIZE_BYTES, argument 547 "max_workspace_size_bytes"].i = max_workspace_size_bytes 565 max_workspace_size_bytes=DEFAULT_TRT_MAX_WORKSPACE_SIZE_BYTES, argument 702 self._max_workspace_size_bytes = max_workspace_size_bytes 713 max_workspace_size_bytes=self._max_workspace_size_bytes, 785 max_workspace_size_bytes=DEFAULT_TRT_MAX_WORKSPACE_SIZE_BYTES, argument 866 max_workspace_size_bytes=max_workspace_size_bytes,
|
D | trt_convert_test.py | 67 max_workspace_size_bytes=1234, 186 max_workspace_size_bytes=TrtConvertTest._TRT_MAX_WORKSPACE_SIZE_BYTES,
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_graph.h | 62 size_t max_workspace_size_bytes = 1 << 30; member 85 size_t max_batch_size, size_t max_workspace_size_bytes,
|
D | convert_nodes.h | 100 max_workspace_size_bytes(0), in EngineInfo() 115 int64 max_workspace_size_bytes; member 151 size_t max_workspace_size_bytes,
|
D | convert_graph.cc | 103 size_t max_batch_size, size_t max_workspace_size_bytes, in ConvertGraphDefToTensorRT() argument 162 parameters["max_workspace_size_bytes"].set_i(max_workspace_size_bytes); in ConvertGraphDefToTensorRT() 518 max_batch_size, info.max_workspace_size_bytes, input_shapes, in CreateTRTNode() 566 .Attr("workspace_size_bytes", info.max_workspace_size_bytes) in CreateTRTNode() 900 engine.max_workspace_size_bytes = in ConvertAfterShapes() 901 params.max_workspace_size_bytes * in ConvertAfterShapes()
|
D | trt_optimization_pass.cc | 258 cp.max_workspace_size_bytes = max_workspace_size_bytes_; in Optimize()
|
D | convert_nodes.cc | 4057 size_t max_workspace_size_bytes, in ConvertGraphDefToEngine() argument 4069 builder->setMaxWorkspaceSize(max_workspace_size_bytes); in ConvertGraphDefToEngine()
|
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/ |
D | tf_trt_integration_test_base.py | 179 max_workspace_size_bytes=1 << 25, 224 conversion_params.max_workspace_size_bytes, 306 max_workspace_size_bytes=conversion_params.max_workspace_size_bytes,
|
D | quantization_mnist_test.py | 149 max_workspace_size_bytes=1 << 28,
|
/external/tensorflow/tensorflow/contrib/tensorrt/custom_plugin_examples/ |
D | plugin_test.py | 87 max_workspace_size_bytes=1 << 25,
|
/external/tensorflow/tensorflow/python/tools/ |
D | saved_model_cli.py | 674 max_workspace_size_bytes=args.max_workspace_size_bytes,
|