HomeSort by relevance Sort by last modified time
    Searched refs:Variable (Results 126 - 150 of 1001) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/skqp/src/sksl/ir/
SkSLVarDeclarations.h 19 * A single variable declaration within a var declaration statement. For instance, the statement
24 VarDeclaration(const Variable* var,
47 const Variable* fVar;
55 * A variable declaration statement, which may consist of one or more individual variables.
  /external/tensorflow/tensorflow/contrib/framework/python/ops/
accumulate_n_v2_test.py 57 variables.Variable(10.0 * np.random.random())
95 a = variables.Variable(0.2)
96 b = variables.Variable(0.1)
102 a = variables.Variable(np.array([0.1, 0.2]))
103 b = variables.Variable(np.array([[0.3], [0.4]]))
109 a = variables.Variable(0.2, dtype=np.float32)
110 b = variables.Variable(0.1, dtype=np.float32)
117 a = variables.Variable(0.2, dtype=np.float32)
  /external/tensorflow/tensorflow/contrib/training/python/training/
device_setter.py 34 all of one type of variable is placed on a single PS task, which may
69 transmit the entire variable. More advanced load functions
108 This is intended to be used with `"Variable"` ops, which have a single
109 `Tensor` output with the contents of the variable. However, it can also be
115 op: An `Operation` with a single output, typically a "Variable" op.
130 # Due to legacy behavior, scalar "Variable" ops have output Tensors that
  /external/tensorflow/tensorflow/python/training/
server_lib_multiple_containers_test.py 38 v0 = variables.Variable(1.0, name="v0")
40 v1 = variables.Variable(2.0, name="v0")
server_lib_same_variables_no_clear_test.py 40 v0 = variables.Variable([[2, 1]], name="v0")
41 v1 = variables.Variable([[1], [2]], name="v1")
ftrl_test.py 45 var0 = variables.Variable([0.0, 0.0], dtype=dtype)
46 var1 = variables.Variable([0.0, 0.0], dtype=dtype)
80 var0 = variables.Variable([1.0, 2.0], dtype=dtype)
81 var1 = variables.Variable([4.0, 3.0], dtype=dtype)
126 var0 = variables.Variable([1.0, 2.0], dtype=dtype)
127 var1 = variables.Variable([4.0, 3.0], dtype=dtype)
155 var0 = variables.Variable([1.0, 2.0], dtype=dtype)
156 var1 = variables.Variable([4.0, 3.0], dtype=dtype)
191 var0 = variables.Variable([1.0, 2.0], dtype=dtype)
192 var1 = variables.Variable([4.0, 3.0], dtype=dtype
    [all...]
gradient_descent_test.py 38 var0 = variables.Variable([1.0, 2.0], dtype=dtype)
39 var1 = variables.Variable([3.0, 4.0], dtype=dtype)
139 var0 = variables.Variable([1.0, 2.0], dtype=dtype)
140 var1 = variables.Variable([3.0, 4.0], dtype=dtype)
163 vars_ = [variables.Variable([v], dtype=dtype) for v in values]
172 global_step = variables.Variable(0, trainable=False)
173 var0 = variables.Variable([1.0, 2.0], dtype=dtype)
174 var1 = variables.Variable([3.0, 4.0], dtype=dtype)
195 var0 = variables.Variable([[1.0], [2.0]], dtype=dtype)
196 var1 = variables.Variable([[3.0], [4.0]], dtype=dtype
    [all...]
proximal_gradient_descent_test.py 44 var0 = variables.Variable([0.0, 0.0])
45 var1 = variables.Variable([0.0, 0.0])
73 var0 = variables.Variable([1.0, 2.0])
74 var1 = variables.Variable([4.0, 3.0])
115 var0 = variables.Variable([1.0, 2.0])
116 var1 = variables.Variable([4.0, 3.0])
139 var0 = variables.Variable([[1.0], [2.0]])
140 var1 = variables.Variable([[3.0], [4.0]])
152 var0 = variables.Variable([1.0, 2.0])
153 var1 = variables.Variable([3.0, 4.0]
    [all...]
moving_averages_test.py 37 var = variables.Variable([10.0, 11.0])
51 var = variables.Variable([0.0, 0.0])
65 var = variables.Variable(1.0, name="Var")
130 var0 = variables.Variable(tens, name="v0")
131 var1 = variables.Variable(thirties, name="v1")
133 # Note that tensor2 is not a Variable but just a plain Tensor resulting
235 v0 = variables.Variable(0, name="v0")
237 v1 = variables.Variable([10.0], name="v1")
259 v0 = variables.Variable(10.0, name="v0")
260 v1 = variables.Variable(30.0, name="v1"
    [all...]
saver_test.py 163 self.basicSaveRestore(variables.Variable)
274 v0 = variables.Variable(10.0, name="v0")
275 v1 = variables.Variable(20.0, name="v1")
311 v0 = variables.Variable(-1.0, name="v0")
312 v1 = variables.Variable(-1.0, name="v1")
331 v0 = variables.Variable(0, name="v0")
340 v0 = variables.Variable(0, name="v0")
353 v = variables.Variable(np.int64(15), name="v")
363 v = variables.Variable(np.int64(-1), name="v")
377 v0 = variables.Variable([10.0], name="v0"
    [all...]
optimizer_test.py 68 var0 = variables.Variable([1.0, 2.0], dtype=dtype)
69 var1 = variables.Variable([3.0, 4.0], dtype=dtype)
71 global_step = variables.Variable(
93 var0 = variables.Variable([1.0, 2.0], dtype=dtype)
94 var1 = variables.Variable([3.0, 4.0], dtype=dtype)
97 global_step = variables.Variable(
161 'No gradients provided for any variable'):
175 'No gradients provided for any variable'):
235 var0 = variables.Variable([1.0, 2.0])
236 var1 = variables.Variable([3.0, 4.0]
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug475.go 7 // Variable in enclosing function with same name as field in struct
  /prebuilts/go/linux-x86/test/fixedbugs/
bug475.go 7 // Variable in enclosing function with same name as field in struct
  /system/update_engine/update_manager/
real_random_provider.cc 28 #include "update_engine/update_manager/variable.h"
41 // A random seed variable.
42 class RandomSeedVariable : public Variable<uint64_t> {
48 : Variable<uint64_t>(name, kVariableModeConst), fp_(fp) {}
variable.h 33 // The VariableMode specifies important behavior of the variable in terms of
34 // whether, how and when the value of the variable changes.
41 // Poll variables, or synchronous variables, represent a variable with a value
44 // the variable changes, it has to be queried again.
55 // depend on the variable's type, implemented by all the variables.
58 // Interface for observing changes on variable value.
63 // Called when the value on the variable changes.
64 virtual void ValueChanged(BaseVariable* variable) = 0;
69 LOG(WARNING) << "Variable " << name_ << " deleted with "
72 DCHECK(observer_list_.empty()) << "Don't destroy the variable without
    [all...]
  /external/deqp/framework/randomshaders/
rsgStatement.cpp 229 inline bool canDeclareVariable (const Variable* variable)
231 return variable->getStorage() == Variable::STORAGE_LOCAL;
236 const vector<Variable*>& liveVars = varMgr.getLiveVariables();
237 for (vector<Variable*>::const_iterator i = liveVars.begin(); i != liveVars.end(); i++)
247 DeclarationStatement::DeclarationStatement (GeneratorState& state, Variable* variable)
251 if (variable == DE_NULL)
256 const vector<Variable*>& liveVars = state.getVariableManager().getLiveVariables()
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_tkinter/
test_variables.py 3 from tkinter import (Variable, StringVar, IntVar, DoubleVar, BooleanVar, Tcl,
7 class Var(Variable):
32 v = Variable(self.root)
37 v = Variable(self.root, "sample string", "varname")
43 v = Variable(self.root, "sample string", "varname")
50 v1 = Variable(self.root, name="name")
51 v2 = Variable(self.root, name="name")
60 v1 = Variable(self.root, name="abc")
61 v2 = Variable(self.root, name="abc")
64 v3 = Variable(self.root, name="abc"
    [all...]
  /external/tensorflow/tensorflow/contrib/rnn/python/tools/
checkpoint_convert_test.py 58 variables.Variable(10.0, name="a")
60 variables.Variable(20.0, name=old_name)
75 variables.Variable(10.0, name="a")
87 variables.Variable(10.0, name="a")
88 variables.Variable(
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DmpStore.c 121 Load the variable data from file and set to variable data base.
126 @param[out] Found TRUE when at least one variable was loaded and set.
150 DMP_STORE_VARIABLE *Variable;
224 Variable = AllocateZeroPool (sizeof (*Variable) + NameSize + DataSize);
225 if (Variable == NULL) {
230 Variable->Signature = DMP_STORE_VARIABLE_SIGNATURE;
231 Variable->Name = (CHAR16 *) (Variable + 1);
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceInstX86BaseImpl.h 53 Variable *Beacon)
61 InstImpl<TraitsType>::InstX86GetIP::InstX86GetIP(Cfg *Func, Variable *Dest)
65 InstImpl<TraitsType>::InstX86Mul::InstX86Mul(Cfg *Func, Variable *Dest,
66 Variable *Source1,
74 InstImpl<TraitsType>::InstX86Shld::InstX86Shld(Cfg *Func, Variable *Dest,
75 Variable *Source1,
84 InstImpl<TraitsType>::InstX86Shrd::InstX86Shrd(Cfg *Func, Variable *Dest,
85 Variable *Source1,
176 InstImpl<TraitsType>::InstX86Call::InstX86Call(Cfg *Func, Variable *Dest,
184 InstImpl<TraitsType>::InstX86Movmsk::InstX86Movmsk(Cfg *Func, Variable *Dest
    [all...]
  /external/v8/src/ast/
scopes.cc 27 bool IsLexical(Variable* variable) {
28 if (variable == kDummyPreParserLexicalVariable) return true;
29 if (variable == kDummyPreParserVariable) return false;
30 return IsLexicalVariableMode(variable->mode());
39 // When inserting a new variable via Declare(), we rely on the fact that
40 // the handle location remains alive for the duration of that variable
41 // use. Because a Variable holding a handle with the same location exists
47 Variable* VariableMap::Declare(Zone* zone, Scope* scope,
61 // The variable has not been declared yet -> insert it
283 Variable* variable = Declare(zone, catch_variable_name, VAR); local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
Parser.py 395 for Variable in VariableList:
396 Variable = Variable.strip()
397 # Get index of the variable
398 if Variable.find('[') > -1:
399 Index = int(Variable[Variable.find('[') + 1 : Variable.find(']')])
400 Variable = Variable[:Variable.find('[')]
    [all...]
  /external/tensorflow/tensorflow/contrib/model_pruning/python/
pruning_test.py 45 # Add global step variable to the graph
48 self.sparsity = variables.Variable(0.5, name="sparsity")
90 weights = variables.Variable(
101 weights = variables.Variable(
104 sparsity = variables.Variable(0.5, name="sparsity")
117 threshold = variables.Variable(0.0, name="threshold")
118 sparsity = variables.Variable(0.51, name="sparsity")
152 sparsity = variables.Variable(0.5, name="Sparsity")
172 weights = variables.Variable(
175 sparsity = variables.Variable(0.00, name="sparsity"
    [all...]
  /external/v8/src/ic/
accessor-assembler.h 44 Label* if_handler, Variable* var_handler,
108 Label* if_handler, Variable* var_handler,
111 Label* if_handler, Variable* var_handler,
114 Label* if_handler, Variable* var_handler,
116 Variable* var_transition_map_cell,
131 Variable* var_holder,
132 Variable* var_smi_handler,
192 Label* rebox_double, Variable* var_double_value,
209 Label* if_handler, Variable* var_handler,
214 // tailcalls and Return, while indirect exits store the result in a variable
    [all...]
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_variables.py 3 from Tkinter import (Variable, StringVar, IntVar, DoubleVar, BooleanVar, Tcl,
22 v = Variable(self.root)
27 v = Variable(self.root, "sample string", "varname")
33 v = Variable(self.root, "sample string", "varname")
40 v1 = Variable(self.root, name="name")
41 v2 = Variable(self.root, name="name")
50 v1 = Variable(self.root, name="abc")
51 v2 = Variable(self.root, name="abc")
54 v3 = Variable(self.root, name="abc")
60 Variable(self.root, name=123
    [all...]

Completed in 724 milliseconds

1 2 3 4 56 7 8 91011>>