HomeSort by relevance Sort by last modified time
    Searched refs:variable (Results 201 - 225 of 2730) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/python/cpython2/Demo/tix/samples/
OptMenu.py 30 variable=demo_opt_from,
34 variable=demo_opt_to,
  /external/tensorflow/tensorflow/compiler/jit/
xla_compilation_cache.cc 116 // For variable signatures, use the type and shape of the variable's
118 for (const OptionalTensor& variable : variable_args) {
120 if (variable.present) {
121 signature->arg_types.emplace_back(variable.value.dtype(),
122 variable.value.shape());
195 // variable for the first time inside the XLA computation, so we do permit
253 for (const OptionalTensor& variable : variable_args) {
254 VLOG(2) << "variable present=" << variable.presen
    [all...]
  /external/tensorflow/tensorflow/python/training/
moving_averages.py 32 # TODO(touts): switch to variables.Variable.
33 def assign_moving_average(variable, value, decay, zero_debias=True, name=None):
34 """Compute the moving average of a variable.
36 The moving average of 'variable' updated with 'value' is:
37 variable * decay + value * (1 - decay)
39 The returned Operation sets 'variable' to the newly computed moving average.
41 The new value of 'variable' can be set with the 'AssignSub' op as:
42 variable -= (1 - decay) * (variable - value)
67 variable: A Variable
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug423.go 7 // gc used to overflow a counter when a variable was
issue14136.go 9 // that we see the initialization error for variable
issue15747b.go 8 // then it's easy to end up not initializing the '&x' pseudo-variable
issue19632.go 7 // Check that we don't crash due to "lost track of variable in
issue20029.go 9 // The ambiguously live variable here is the hiter
  /prebuilts/go/linux-x86/test/fixedbugs/
bug423.go 7 // gc used to overflow a counter when a variable was
issue14136.go 9 // that we see the initialization error for variable
issue15747b.go 8 // then it's easy to end up not initializing the '&x' pseudo-variable
issue19632.go 7 // Check that we don't crash due to "lost track of variable in
issue20029.go 9 // The ambiguously live variable here is the hiter
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DependencyRequestFormatter.java 88 VariableElement variable, Optional<AnnotationMirror> qualifier) {
91 MoreTypes.asMemberOf(types, request.enclosingType(), variable);
92 if (variable.getKind().equals(ElementKind.PARAMETER)) {
96 MoreElements.asExecutable(variable.getEnclosingElement());
114 appendEnclosingTypeAndMemberName(variable, builder).append("\n")
123 .append(variable.getSimpleName())
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
varsub.bat 28 # Substitutes variables into rules and deletes variable definition
54 # This looks like a variable definition
67 # Do variable substitutions, and output line
  /external/proguard/src/proguard/optimize/evaluation/
VariableOptimizer.java 31 * This AttributeVisitor optimizes variable allocation based on their the liveness,
63 * @param reuseThis specifies whether the 'this' variable can be reused.
75 * @param reuseThis specifies whether the 'this' variable
107 // Trim the variables in the local variable tables, because even
128 // By default, the variable will be mapped onto itself.
131 // Only try remapping the variable if it's not a parameter.
135 // Try to remap the variable to a variable with a smaller index.
146 // This variable has been remapped. Go to the next one.
185 // Trim the variables in the local variable table
202 int variable = localVariableInfo.u2index; local
225 int variable = localVariableTypeInfo.u2index; local
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
initializers_test.py 32 variable = keras.backend.variable(init(shape))
33 output = keras.backend.get_value(variable)
47 variable = keras.backend.variable(reconstructed_init(shape))
48 output_2 = keras.backend.get_value(variable)
optimizers.py 172 self.iterations = K.variable(0, dtype='int64', name='iterations')
173 self.lr = K.variable(lr, name='lr')
174 self.momentum = K.variable(momentum, name='momentum')
175 self.decay = K.variable(decay, name='decay')
241 self.lr = K.variable(lr, name='lr')
242 self.rho = K.variable(rho, name='rho')
243 self.decay = K.variable(decay, name='decay')
244 self.iterations = K.variable(0, dtype='int64', name='iterations')
303 self.lr = K.variable(lr, name='lr')
304 self.decay = K.variable(decay, name='decay'
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
SearchDialogBase.py 85 variable=self.engine.revar,
92 variable=self.engine.casevar,
99 variable=self.engine.wordvar,
107 variable=self.engine.wrapvar,
120 variable=self.engine.backvar, value=1,
127 variable=self.engine.backvar, value=0,
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
SearchDialogBase.py 85 variable=self.engine.revar,
92 variable=self.engine.casevar,
99 variable=self.engine.wordvar,
107 variable=self.engine.wrapvar,
120 variable=self.engine.backvar, value=1,
127 variable=self.engine.backvar, value=0,
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
interactive_test.go 89 v["b"] = &variable{boolKind, "f", "", ""}
90 v["bb"] = &variable{boolKind, "f", "", ""}
91 v["i"] = &variable{intKind, "0", "", ""}
92 v["ii"] = &variable{intKind, "0", "", ""}
93 v["f"] = &variable{floatKind, "0", "", ""}
94 v["ff"] = &variable{floatKind, "0", "", ""}
95 v["s"] = &variable{stringKind, "", "", ""}
96 v["ss"] = &variable{stringKind, "", "", ""}
98 v["ta"] = &variable{boolKind, "f", "radio", ""}
99 v["tb"] = &variable{boolKind, "f", "radio", ""
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
interactive_test.go 89 v["b"] = &variable{boolKind, "f", "", ""}
90 v["bb"] = &variable{boolKind, "f", "", ""}
91 v["i"] = &variable{intKind, "0", "", ""}
92 v["ii"] = &variable{intKind, "0", "", ""}
93 v["f"] = &variable{floatKind, "0", "", ""}
94 v["ff"] = &variable{floatKind, "0", "", ""}
95 v["s"] = &variable{stringKind, "", "", ""}
96 v["ss"] = &variable{stringKind, "", "", ""}
98 v["ta"] = &variable{boolKind, "f", "radio", ""}
99 v["tb"] = &variable{boolKind, "f", "radio", ""
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
SearchDialogBase.py 85 variable=self.engine.revar,
92 variable=self.engine.casevar,
99 variable=self.engine.wordvar,
107 variable=self.engine.wrapvar,
120 variable=self.engine.backvar, value=1,
127 variable=self.engine.backvar, value=0,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
SearchDialogBase.py 85 variable=self.engine.revar,
92 variable=self.engine.casevar,
99 variable=self.engine.wordvar,
107 variable=self.engine.wrapvar,
120 variable=self.engine.backvar, value=1,
127 variable=self.engine.backvar, value=0,
  /external/ImageMagick/scripts/
xsnap 133 -anchor w -variable snap(border)
135 -anchor w -variable snap(frame)
137 -anchor w -variable snap(screen)
139 -variable snap(descend)
146 -from 0 -to 120 -tickinterval 15 -variable snap(delay)
169 -anchor w -variable snap(dither)
171 -anchor w -variable snap(negate)
173 -width 11 -anchor w -variable snap(monochrome)
175 -variable snap(trim)
183 -from 0 -to 256 -tickinterval 32 -variable snap(colors
    [all...]

Completed in 866 milliseconds

1 2 3 4 5 6 7 891011>>