Home
last modified time | relevance | path

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

12

/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/core/common_runtime/gpu/
Dgpu_bfc_allocator.cc22 bool GPUBFCAllocator::GetAllowGrowthValue(const GPUOptions& gpu_options) { in GetAllowGrowthValue()
78 : GPUBFCAllocator(sub_allocator, total_memory, GPUOptions(), name) {} in GPUBFCAllocator()
82 const GPUOptions& gpu_options, in GPUBFCAllocator()
Dgpu_bfc_allocator.h40 const GPUOptions& gpu_options, const string& name);
46 static bool GetAllowGrowthValue(const GPUOptions& gpu_options);
Dgpu_bfc_allocator_test.cc259 GPUOptions options; in TEST_P()
548 GPUOptions options; in TestForceAllowGrowth()
605 GPUOptions options; in TEST_F()
631 GPUOptions options; in TEST_F()
662 GPUOptions options; in TestRegionDeallocation()
709 GPUOptions options; in TestNoRegionDeallocation()
Dgpu_event_mgr.cc92 EventMgr::EventMgr(se::StreamExecutor* se, const GPUOptions& gpu_options) in EventMgr()
251 const GPUOptions& gpu_options) { in GetEventMgr()
Dgpu_process_state.h84 virtual Allocator* GetGPUAllocator(const GPUOptions& options,
Dgpu_process_state.cc84 const GPUOptions& options, PlatformGpuId platform_gpu_id, in CreateSubAllocator()
137 const GPUOptions& options, TfGpuId tf_gpu_id, size_t total_bytes, in GetGPUAllocator()
Dgpu_device.cc242 const GPUOptions& options) { in GetOrCreate()
342 int GetPriority(int tf_gpu_id, const GPUOptions& options) { in GetPriority()
827 const size_t num_gpus_to_use, const GPUOptions& gpu_options, in VerifyVirtualDeviceSettings()
955 Status SingleVirtualDeviceMemoryLimit(const GPUOptions& gpu_options, in SingleVirtualDeviceMemoryLimit()
Dgpu_device_test.cc78 GPUOptions* gpu_options = config->mutable_gpu_options();
/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_event_mgr.h42 class GPUOptions; variable
99 EventMgr(se::StreamExecutor* se, const GPUOptions& gpu_options);
153 EventMgr* GetEventMgr(se::StreamExecutor* se, const GPUOptions& gpu_options);
Ddevice_event_mgr.cc93 EventMgr::EventMgr(se::StreamExecutor* se, const GPUOptions& gpu_options) in EventMgr()
252 const GPUOptions& gpu_options) { in GetEventMgr()
Ddevice_event_mgr_test.cc42 TEST_EventMgr(se::StreamExecutor* se, const GPUOptions& gpu_options) in TEST_EventMgr()
113 TEST_EventMgr em(stream_exec, GPUOptions()); in TEST()
122 TEST_EventMgr em(stream_exec, GPUOptions()); in TEST()
152 GPUOptions(), TfGpuId(0), memory_limit, /*peer_gpu_ids=*/{}); in GPUDeviceTestHelper()
447 TEST_EventMgr em(stream_exec, GPUOptions()); in BM_no_ops()
/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/python/debug/lib/
Dgrpc_tensorflow_server.py108 config = config_pb2.ConfigProto(gpu_options=config_pb2.GPUOptions(
Ddist_session_debug_grpc_test.py89 gpu_options=config_pb2.GPUOptions(
Dgrpc_debug_test_server.py452 config = config_pb2.ConfigProto(gpu_options=config_pb2.GPUOptions(
/external/tensorflow/tensorflow/python/
Dmodules_with_exports.py79 tf_export(v1=['GPUOptions'])(GPUOptions)
/external/tensorflow/tensorflow/python/framework/
Dconfig_test.py738 gpu_options=config_pb2.GPUOptions(visible_device_list='0'))
759 gpu_options=config_pb2.GPUOptions(visible_device_list=''))
769 gpu_options=config_pb2.GPUOptions(visible_device_list=str(gpu_count)))
777 gpu_options=config_pb2.GPUOptions(visible_device_list=str(gpu_count-1)))
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph_test.cc90 GPUOptions* gpu_options = config->mutable_gpu_options(); in TEST()
Dconvert_graph.cc643 GPUOptions gpu_options; in GetDeviceAndAllocator()
/external/tensorflow/tensorflow/python/eager/
Dcontext.py1077 config_pb2.GPUOptions.Experimental.VirtualDevices(
1089 return config_pb2.GPUOptions(
1092 experimental=config_pb2.GPUOptions.Experimental(
/external/tensorflow/tensorflow/python/training/
Dserver_lib_test.py185 gpu_options=config_pb2.GPUOptions(per_process_gpu_memory_fraction=0.1))
/external/tensorflow/tensorflow/python/compiler/tensorrt/
Dtrt_convert_test.py84 gpu_options=config_pb2.GPUOptions(allow_growth=True))
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dtf_trt_integration_test_base.py328 gpu_options = config_pb2.GPUOptions()

12