Searched refs:allow_growth (Results 1 – 11 of 11) sorted by relevance
26 return gpu_options.allow_growth(); in GetAllowGrowthValue()30 if (gpu_options.allow_growth()) { in GetAllowGrowthValue()34 << " config value was " << gpu_options.allow_growth() << "."; in GetAllowGrowthValue()38 if (!gpu_options.allow_growth()) { in GetAllowGrowthValue()42 << " config value was " << gpu_options.allow_growth() << "."; in GetAllowGrowthValue()51 << " of " << gpu_options.allow_growth() << "."; in GetAllowGrowthValue()52 return gpu_options.allow_growth(); in GetAllowGrowthValue()
582 self.assertTrue(c.gpu_options.allow_growth)663 self.assertTrue(c.gpu_options.allow_growth)668 self.assertFalse(c.gpu_options.allow_growth)679 self.assertTrue(c.gpu_options.allow_growth)694 self.assertFalse(c.gpu_options.allow_growth)
12 name: "allow_growth"
1085 allow_growth = memory_growths.pop()1087 allow_growth = None1090 allow_growth=allow_growth,
239 config_proto.gpu_options.allow_growth = True
329 gpu_options.allow_growth = True
53 bool allow_growth, const string& name,
41 bool allow_growth, const string& name, in BFCAllocator() argument49 if (allow_growth) { in BFCAllocator()
84 gpu_options=config_pb2.GPUOptions(allow_growth=True))
1753 gpu_options = config_pb2.GPUOptions(allow_growth=True)
23 // GPU memory is pre-allocated unless the allow_growth option is enabled.40 bool allow_growth = 4; field