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

  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi_temprename.cpp 125 prog_scope *parent_scope; member in class:__anon34447::prog_scope
202 parent_scope(parent)
213 return parent_scope;
231 if (parent_scope)
232 return parent_scope->is_in_loop();
242 if (parent_scope)
243 return parent_scope->innermost_loop();
267 if (parent_scope)
268 return parent_scope->enclosing_conditional();
292 if (parent_scope)
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
dnn.py 137 parent_scope = "dnn"
142 parent_scope,
160 weight_collections=[parent_scope],
166 weight_collections=[parent_scope])
176 variables_collections=[parent_scope],
189 variables_collections=[parent_scope],
202 embedding_lr_multipliers, parent_scope,
205 name=parent_scope,
    [all...]
linear.py 149 parent_scope = "linear"
155 parent_scope,
168 weight_collections=[parent_scope],
175 weight_collections=[parent_scope])
179 my_vars = ops.get_collection(parent_scope)
244 parent_scope = "linear"
248 name_or_scope=parent_scope,
    [all...]
  /external/tensorflow/tensorflow/cc/framework/
while_gradients.cc 139 const Scope& parent_scope,
144 Scope scope = parent_scope.NewSubScope("while");
  /external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
activity.py 171 def __init__(self, context, parent_scope=None, add_unknown_symbols=False):
173 self.scope = Scope(parent_scope, None, add_unknown_symbols)
467 def resolve(node, context, parent_scope=None):
468 return ActivityAnalyzer(context, parent_scope).visit(node)
  /external/tensorflow/tensorflow/contrib/linear_optimizer/python/
sdca_estimator.py 143 parent_scope = "linear"
146 values=features.values(), name_or_scope=parent_scope,
  /external/tensorflow/tensorflow/contrib/eager/python/
network.py 267 parent_scope = first_parent._scope
269 parent_scope = self._default_parent_variable_scope
270 with variable_scope.variable_scope(parent_scope) as parent_vs:
320 parent_scope = constituent_first_parent._scope
328 with variable_scope.variable_scope(parent_scope):
    [all...]

Completed in 2743 milliseconds