Searched refs:allow_growth (Results 1 – 11 of 11) sorted by relevance
29 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()
12 name: "allow_growth"
34 bool allow_growth, const string& name) in BFCAllocator() argument39 if (allow_growth) { in BFCAllocator()
50 bool allow_growth, const string& name);
747 return self._config.gpu_options.allow_growth755 self._config.gpu_options.allow_growth = enabled
244 config_proto.gpu_options.allow_growth = True
214 gpu_options.allow_growth = True
104 gpu_options=config_pb2.GPUOptions(allow_growth=True))
21 // GPU memory is pre-allocated unless the allow_growth option is enabled.38 bool allow_growth = 4; field
1709 gpu_options = config_pb2.GPUOptions(allow_growth=True)
1943 bool allow_growth = receiver->IsJSArray() && oob_access && in GetStoreMode() local1945 if (allow_growth) { in GetStoreMode()