Home
last modified time | relevance | path

Searched refs:GPUOptions (Results 1 – 25 of 30) sorted by relevance

12

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_event_mgr_test.cc101 EventMgr em(stream_exec, GPUOptions()); in TEST()
118 EventMgr em(stream_exec, GPUOptions()); in TEST()
151 EventMgr em(stream_exec, GPUOptions()); in TEST()
168 EventMgr em(stream_exec, GPUOptions()); in TEST()
187 EventMgr em(stream_exec, GPUOptions()); in TEST()
209 EventMgr em(stream_exec, GPUOptions()); in TEST()
231 EventMgr em(stream_exec, GPUOptions()); in TEST()
250 EventMgr em(stream_exec, GPUOptions()); in TEST()
Dgpu_bfc_allocator.cc25 bool GPUBFCAllocator::GetAllowGrowthValue(const GPUOptions& gpu_options) { in GetAllowGrowthValue()
60 : GPUBFCAllocator(sub_allocator, total_memory, GPUOptions(), name) {} in GPUBFCAllocator()
64 const GPUOptions& gpu_options, in GPUBFCAllocator()
Dgpu_bfc_allocator.h92 const GPUOptions& gpu_options, const string& name);
98 static bool GetAllowGrowthValue(const GPUOptions& gpu_options);
Dgpu_event_mgr.h40 class GPUOptions; variable
66 EventMgr(se::StreamExecutor* se, const GPUOptions& gpu_options);
Dgpu_process_state.h83 virtual Allocator* GetGPUAllocator(const GPUOptions& options,
Dgpu_event_mgr.cc92 EventMgr::EventMgr(se::StreamExecutor* se, const GPUOptions& gpu_options) in EventMgr()
Dgpu_bfc_allocator_test.cc234 GPUOptions options; in TEST()
522 GPUOptions options; in TestForceAllowGrowth()
Dgpu_process_state.cc80 Allocator* GPUProcessState::GetGPUAllocator(const GPUOptions& options, in GetGPUAllocator()
Dgpu_device_test.cc75 GPUOptions* gpu_options = config->mutable_gpu_options();
Dgpu_device.cc240 const GPUOptions& options) { in GetOrCreate()
815 const size_t num_gpus_to_use, const GPUOptions& gpu_options, in VerifyVirtualDeviceSettings()
887 Status SingleVirtualDeviceMemoryLimit(const GPUOptions& gpu_options, in SingleVirtualDeviceMemoryLimit()
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-g-p-u-options.pbtxt1 path: "tensorflow.GPUOptions"
4 name: "GPUOptions"
58 type_name: ".tensorflow.GPUOptions.Experimental"
67 type_name: ".tensorflow.GPUOptions.Experimental.VirtualDevices"
Dtensorflow.-config-proto.pbtxt54 type_name: ".tensorflow.GPUOptions"
/external/tensorflow/tensorflow/python/client/
Dvirtual_gpu_test.py90 virtual_device_gpu_options = config_pb2.GPUOptions(
92 experimental=config_pb2.GPUOptions.Experimental(virtual_devices=[
93 config_pb2.GPUOptions.Experimental.VirtualDevices(
/external/tensorflow/tensorflow/contrib/mpi_collectives/
Dmpi_ops_test.py123 no_gpus = tf.GPUOptions(visible_device_list="")
128 one_gpu = tf.GPUOptions(visible_device_list=str(local_rank))
Dmpi_allgather_test.py100 gpu_options = tf.GPUOptions(visible_device_list=str(my_rank))
Dmpi_allreduce_test.py105 gpu_options = tf.GPUOptions(visible_device_list=str(my_rank))
/external/tensorflow/tensorflow/python/debug/lib/
Dgrpc_tensorflow_server.py108 config = config_pb2.ConfigProto(gpu_options=config_pb2.GPUOptions(
Ddist_session_debug_grpc_test.py87 gpu_options=config_pb2.GPUOptions(
Dgrpc_debug_test_server.py452 config = config_pb2.ConfigProto(gpu_options=config_pb2.GPUOptions(
/external/tensorflow/tensorflow/contrib/tensorrt/custom_plugin_examples/
Dplugin_test.py60 gpu_options = config_pb2.GPUOptions(per_process_gpu_memory_fraction=0.50)
/external/tensorflow/tensorflow/python/
D__init__.py161 tf_export(v1=['GPUOptions'])(GPUOptions)
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph_test.cc163 GPUOptions* gpu_options = config->mutable_gpu_options(); in TEST()
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Drun_config.py308 gpu_options = config_pb2.GPUOptions(
/external/tensorflow/tensorflow/python/compiler/tensorrt/
Dtrt_convert_test.py104 gpu_options=config_pb2.GPUOptions(allow_growth=True))
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dtf_trt_integration_test_base.py213 gpu_options = config_pb2.GPUOptions()

12