OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Config
(Results
1 - 9
of
9
) sorted by null
/external/v8/tools/release/
auto_push.py
104
def
_Config
(self):
auto_tag.py
31
self.GitCreateBranch(self.
_config
["BRANCHNAME"])
182
def
_Config
(self):
auto_roll.py
180
Command("rm", "-f %s*" % self.
_config
["PERSISTFILE_BASENAME"])
212
def
_Config
(self):
merge_to_branch.py
246
def
_Config
(self):
roll_merge.py
262
def
_Config
(self):
create_release.py
286
def
_Config
(self):
push_to_candidates.py
377
def
_Config
(self):
common_includes.py
408
self.
_config
= config
416
self.default_cwd = (self.
_config
.get("DEFAULT_CWD") or
420
assert self.
_config
is not None
435
return self.
_config
[key]
439
state_file = "%s-state.json" % self.
_config
["PERSISTFILE_BASENAME"]
573
self.DeleteBranch(self.
_config
["BRANCHNAME"])
577
self.GitDeleteBranch(self.
_config
["BRANCHNAME"])
580
for f in glob.iglob("%s*" % self.
_config
["PERSISTFILE_BASENAME"]):
794
self.
_config
= config or self.
_Config
()
[
all
...]
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
estimator.py
400
_Config
= run_config.RunConfig # pylint: disable=invalid-name
414
self.
_config
= BaseEstimator.
_Config
()
417
self.
_config
= config
419
if self.
_config
.session_config is None:
422
self._session_config = self.
_config
.session_config
425
if (model_dir is not None) and (self.
_config
.model_dir is not None):
426
if model_dir != self.
_config
.model_dir:
433
"'{}' ".format(model_dir, self.
_config
.model_dir))
436
self._model_dir = model_dir or self.
_config
.model_di
[
all
...]
Completed in 922 milliseconds