Home
last modified time | relevance | path

Searched refs:allow_growth (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_bfc_allocator.cc29 return gpu_options.allow_growth(); in GetAllowGrowthValue()
33 if (gpu_options.allow_growth()) { in GetAllowGrowthValue()
37 << " config value was " << gpu_options.allow_growth() << "."; in GetAllowGrowthValue()
41 if (!gpu_options.allow_growth()) { in GetAllowGrowthValue()
45 << " config value was " << gpu_options.allow_growth() << "."; in GetAllowGrowthValue()
54 << " of " << gpu_options.allow_growth() << "."; in GetAllowGrowthValue()
55 return gpu_options.allow_growth(); in GetAllowGrowthValue()
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-g-p-u-options.pbtxt12 name: "allow_growth"
/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc34 bool allow_growth, const string& name) in BFCAllocator() argument
39 if (allow_growth) { in BFCAllocator()
Dbfc_allocator.h50 bool allow_growth, const string& name);
/external/tensorflow/tensorflow/python/eager/
Dcontext.py747 return self._config.gpu_options.allow_growth
755 self._config.gpu_options.allow_growth = enabled
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dquantization_mnist_test.py244 config_proto.gpu_options.allow_growth = True
Dtf_trt_integration_test_base.py214 gpu_options.allow_growth = True
/external/tensorflow/tensorflow/python/compiler/tensorrt/
Dtrt_convert_test.py104 gpu_options=config_pb2.GPUOptions(allow_growth=True))
/external/tensorflow/tensorflow/core/protobuf/
Dconfig.proto21 // GPU memory is pre-allocated unless the allow_growth option is enabled.
38 bool allow_growth = 4; field
/external/tensorflow/tensorflow/python/client/
Dsession.py1709 gpu_options = config_pb2.GPUOptions(allow_growth=True)
/external/v8/src/ic/
Dic.cc1943 bool allow_growth = receiver->IsJSArray() && oob_access && in GetStoreMode() local
1945 if (allow_growth) { in GetStoreMode()