HomeSort by relevance Sort by last modified time
    Searched refs:_defaults (Results 1 - 12 of 12) sorted by null

  /external/tensorflow/tensorflow/python/distribute/
distribution_strategy_context.py 214 _defaults = { variable
222 if _defaults["strategy"] is None:
223 _defaults["strategy"] = distribute_lib._DefaultDistributionStrategy() # pylint: disable=protected-access
224 return _defaults["strategy"]
228 if _defaults["replica_context"] is None:
229 _defaults["replica_context"] = distribute_lib.ReplicaContext(
231 return _defaults["replica_context"]
235 if _defaults["replica_mode"] is None:
236 _defaults["replica_mode"] = _DefaultReplicaThreadMode()
237 return _defaults["replica_mode"
    [all...]
  /external/toolchain-utils/
update_telemetry_defaults.py 35 self._defaults = {}
40 self._defaults = json.load(fp)
44 json.dump(self._defaults, fp, indent=2)
50 if len(self._defaults) == 0:
53 for b in self._defaults.keys():
54 results = self._defaults[b]
59 elif benchmark in self._defaults:
60 results = self._defaults[benchmark]
69 if benchmark in self._defaults:
70 resultList = self._defaults[benchmark
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ConfigParser.py 228 self._defaults = self._dict()
235 self._defaults[self.optionxform(key)] = value
238 return self._defaults
272 opts.update(self._defaults)
323 if opt in self._defaults:
324 return self._defaults[opt]
329 elif opt in self._defaults:
330 return self._defaults[opt]
341 d = self._defaults.copy()
372 return option in self._defaults
    [all...]
argparse.py     [all...]
  /external/python/cpython2/Lib/
ConfigParser.py 236 self._defaults = self._dict()
243 self._defaults[self.optionxform(key)] = value
246 return self._defaults
280 opts.update(self._defaults)
331 if opt in self._defaults:
332 return self._defaults[opt]
337 elif opt in self._defaults:
338 return self._defaults[opt]
349 d = self._defaults.copy()
380 return option in self._defaults
    [all...]
argparse.py     [all...]
  /external/python/cpython3/Lib/
configparser.py 609 self._defaults = self._dict()
641 return self._defaults
675 opts.update(self._defaults)
    [all...]
argparse.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
argparse.py     [all...]
  /development/vndk/tools/sourcedr/ninja/
ninja.py 521 self._defaults = []
561 return Manifest(self._builds, self._rules, self._pools, self._defaults)
791 self._defaults.append(default)
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 5403 milliseconds