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

  /external/deqp/framework/randomshaders/
rsgVariableManager.hpp 60 class VariableScope
63 VariableScope (void);
64 ~VariableScope (void);
76 VariableScope (const VariableScope& other);
77 VariableScope& operator= (const VariableScope& other);
222 void pushVariableScope (VariableScope& scope);
241 VariableScope& getCurVariableScope (void) { return *m_variableScopeStack.back(); }
242 const VariableScope& getCurVariableScope (void) const { return *m_variableScopeStack.back();
    [all...]
rsgVariableManager.cpp 101 VariableScope::VariableScope (void)
105 VariableScope::~VariableScope (void)
114 Variable* VariableScope::allocate (const VariableType& type, Variable::Storage storage, const char* name)
129 void VariableScope::declare (Variable* variable)
135 void VariableScope::removeLive (const Variable* variable)
244 VariableScope& varScope = getCurVariableScope();
387 void VariableManager::pushVariableScope (VariableScope& scope)
398 VariableScope& curScope = getCurVariableScope()
    [all...]
rsgShader.hpp 103 VariableScope& getGlobalScope (void) { return m_globalScope; }
120 VariableScope m_globalScope;
rsgStatement.hpp 106 VariableScope m_scope;
rsgShaderGenerator.cpp 176 VariableScope& globalVariableScope = shader.getGlobalScope();
  /external/caliper/lib/
java-allocation-instrumenter-2.0.jar 
  /external/tensorflow/tensorflow/python/ops/
variable_scope.py 46 __all__ = ["AUTO_REUSE", "VariableScope", "get_variable_scope",
    [all...]
  /external/tensorflow/tensorflow/contrib/specs/python/
specs_ops.py 193 variable_scope.VariableScope):
194 raise ValueError("scope must be None or a VariableScope")
  /external/tensorflow/tensorflow/contrib/eager/python/
network.py 47 current_variable_scope: A VariableScope object.
132 if isinstance(name, variable_scope.VariableScope):
    [all...]
  /external/tensorflow/tensorflow/contrib/framework/python/ops/
variables.py 319 if isinstance(scope, variable_scope.VariableScope):
  /external/tensorflow/tensorflow/contrib/cudnn_rnn/python/ops/
cudnn_rnn_ops.py 241 scope: string of VariableScope, the scope of equivalent subgraph
252 scope_name = scope.name if isinstance(scope, vs.VariableScope) else scope
    [all...]
  /external/tensorflow/tensorflow/python/layers/
base.py 159 if isinstance(name, vs.VariableScope):
    [all...]
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 900 milliseconds