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

  /external/tensorflow/tensorflow/python/ops/
template.py 292 self._variable_scope = vs
294 self._variable_scope = None
368 if self._variable_scope:
371 self._variable_scope, reuse=not self._first_call):
379 self._variable_scope = vs
395 return self._variable_scope
400 if self._variable_scope:
401 name = self._variable_scope.name
470 return self._variable_scope
575 if self._variable_scope is not None
    [all...]
  /external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/
level_trend.py 55 with variable_scope.variable_scope(self._variable_scope):
varma.py 89 with variable_scope.variable_scope(self._variable_scope):
state_space_model.py 253 self._variable_scope = variable_scope.get_variable_scope()
663 with variable_scope.variable_scope(self._variable_scope):
    [all...]

Completed in 659 milliseconds