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

1 2 3 4 56 7 8 91011>>

  /external/robolectric-shadows/
gen_test_config.mk 1 # Uses the following variables:
13 # Define variables to be written into the generated test_config.properties file.
17 # Snapshot the written variables so they cannot be polluted before the module is built.
  /external/tensorflow/tensorflow/contrib/input_pipeline/python/ops/
input_pipeline_ops_test.py 25 from tensorflow.python.ops import variables
50 session.run([variables.global_variables_initializer()])
71 variables.local_variables_initializer(),
72 variables.global_variables_initializer()
81 variables.local_variables_initializer(),
82 variables.global_variables_initializer()
  /external/tensorflow/tensorflow/contrib/opt/python/training/
lazy_adam_optimizer_test.py 34 from tensorflow.python.ops import variables
62 # Initialize variables for numpy implementation.
73 var0 = variables.Variable(var0_np)
74 var1 = variables.Variable(var1_np)
86 variables.global_variables_initializer().run()
116 var = variables.Variable([[1.0], [2.0]])
122 variables.global_variables_initializer().run()
135 repeated_index_update_var = variables.Variable(
137 aggregated_update_var = variables.Variable(
156 variables.global_variables_initializer().run(
    [all...]
  /external/tensorflow/tensorflow/python/training/
adam_test.py 32 from tensorflow.python.ops import variables
60 # Initialize variables for numpy implementation.
71 var0 = variables.RefVariable(var0_np)
72 var1 = variables.RefVariable(var1_np)
83 variables.global_variables_initializer().run()
119 var = variables.Variable([[1.0], [2.0]])
124 variables.global_variables_initializer().run()
131 repeated_index_update_var = variables.Variable(
133 aggregated_update_var = variables.Variable(
149 variables.global_variables_initializer().run(
    [all...]
localhost_cluster_performance_test.py 31 from tensorflow.python.ops import variables
43 var0 = variables.Variable(0.0)
45 var1 = variables.Variable(1.0)
48 var2 = variables.Variable(2.0)
50 var3 = variables.Variable(3.0)
106 variables.global_variables_initializer().run(session=worker)
server_lib_same_variables_clear_container_test.py 24 from tensorflow.python.ops import variables
49 # Creates a graph with 2 variables.
50 v0 = variables.Variable(1.0, name="v0")
51 v1 = variables.Variable(2.0, name="v0")
53 # Initializes the variables. Verifies that the values are correct.
  /external/cldr/tools/java/org/unicode/cldr/util/
RegexFileParser.java 25 * Stores variables given to it by the RegexFileParser and performs replacements
35 VariableReplacer variables = new VariableReplacer();
39 variables.add(variableName, value);
44 return variables.replace(str);
74 // Read variables.
  /external/compiler-rt/make/
subdir.mk 22 # The list of variables which are intended to be overridden in a subdirectory
40 # Reset subdirectory specific variables to sentinel value.
44 # Get the subdirectory variables.
54 # Check for undefined required variables, and unset sentinel value from optional
55 # variables.
63 # Collect all subdirectory variables for subsequent use.
  /external/ply/ply/example/closurecalc/
calc.py 24 variables = {} # Dictionary of stored variables
64 variables[p[1]] = p[3]
100 p[0] = variables[p[1]]
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_field.h 117 map<string, string>* variables);
119 const map<string, string>& variables,
122 const map<string, string>& variables,
  /external/tensorflow/tensorflow/contrib/framework/python/ops/
prettyprint_ops_test.py 28 from tensorflow.python.ops import variables
61 a = variables.Variable(1.0)
64 variables.global_variables_initializer().run()
  /external/tensorflow/tensorflow/python/keras/mixed_precision/experimental/
policy.py 30 should create variables in. For non-default policies, if the variable dtype
31 does not match the input dtype, variables will automatically be casted to the
40 float32 variables and [b]float16 computations for most layers. The term "mixed
52 dtype, but create variables in float32. Variables will be casted to the
55 layer to run it's computation in float16 while keeping variables in
60 float32 variables. For example:
110 This is the dtype layers will create their variables in, unless a layer
111 explicit chooses a different dtype. Layers will cast variables to the
122 """Returns true if variables should be casted.""
    [all...]
  /external/tensorflow/tensorflow/python/saved_model/
load_v1_in_v2_test.py 34 from tensorflow.python.ops import variables
51 distractor = variables.RefVariable(-1., name="distractor")
59 distractor = variables.RefVariable(-1., name="distractor")
60 v = variables.RefVariable(3., name="v")
61 local_variable = variables.VariableV1(
85 self.assertAllEqual([3., 1.], self.evaluate(imported.variables))
86 imported.variables[0].assign(4.)
89 imported.variables[1].assign(2.)
92 self.assertTrue(imported.variables[0].trainable)
93 self.assertFalse(imported.variables[1].trainable
    [all...]
  /build/make/core/
dumpvar.mk 21 # Dump mulitple variables to "<var>=<value>" pairs, one per line.
23 # Input variables:
  /external/icu/icu4c/source/i18n/
rbt_data.h 64 * data.variables. The stand-in also represents the UnicodeMatcher in
71 * Variables that correspond to a set of characters are mapped
76 * variables[i] represents character (variablesBase + i).
78 UnicodeFunctor** variables; member in class:TransliterationRuleData
81 * Flag that indicates whether the variables are owned (if a single
84 * the same variables list, so only the first one is considered to own
85 * the variables)
90 * The character that represents variables[0]. Characters
97 * The length of variables.
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/bounds/
SameAsBound.java 62 Set<InferenceVariable> variables = new HashSet<>(); local
63 variables.addAll(TypeHelper.usedInferenceVariables(s));
64 variables.addAll(TypeHelper.usedInferenceVariables(t));
65 return variables;
SubtypeOfBound.java 63 Set<InferenceVariable> variables = new HashSet<>(); local
64 variables.addAll(TypeHelper.usedInferenceVariables(s));
65 variables.addAll(TypeHelper.usedInferenceVariables(t));
66 return variables;
  /external/jsoncpp/devtools/
batchbuild.py 15 def __init__(self, prepend_envs=None, variables=None, build_type=None, generator=None):
17 self.variables = variables or []
26 self.variables + build_desc.variables,
44 args = ["-D%s" % var for var in self.variables]
125 elif "variables" in axis:
126 for variables in axis["variables"]:
127 build_desc = BuildDesc( variables=variables
    [all...]
  /external/mesa3d/src/amd/common/
ac_shader_info.c 98 const struct glsl_type *type = instr->variables[0]->var->type;
99 if(instr->variables[0]->deref.child)
100 type = instr->variables[0]->deref.child->type;
106 mark_sampler_desc(instr->variables[0]->var, info);
  /external/mesa3d/src/compiler/glsl/
link_uniform_blocks.cpp 36 ubo_visitor(void *mem_ctx, gl_uniform_buffer_variable *variables,
39 : index(0), offset(0), buffer_size(0), variables(variables),
59 gl_uniform_buffer_variable *variables; member in class:__anon33006::ubo_visitor
112 gl_uniform_buffer_variable *v = &this->variables[this->index++];
221 gl_uniform_buffer_variable *variables,
237 ubo_visitor *parcel, gl_uniform_buffer_variable *variables,
252 parcel, variables, b, block_index,
256 parcel, variables, b, block_index,
266 ubo_visitor *parcel, gl_uniform_buffer_variable *variables,
354 gl_uniform_buffer_variable *variables = local
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_lower_indirect_derefs.c 100 load->variables[0] = nir_deref_var_clone(deref, load);
118 store->variables[0] = nir_deref_var_clone(deref, store);
157 if (!deref_has_indirect(intrin->variables[0]))
160 /* Only lower variables whose mode is in the mask, or compact
161 * array variables. (We can't handle indirects on tightly packed
164 if (!(modes & intrin->variables[0]->var->data.mode) &&
165 !intrin->variables[0]->var->data.compact)
172 emit_load_store(b, intrin, intrin->variables[0],
173 &intrin->variables[0]->deref, &result, NULL);
177 emit_load_store(b, intrin, intrin->variables[0]
    [all...]
  /external/oj-libjdwp/src/share/classes/com/sun/jdi/
StackFrame.java 40 * StackFrames provide access to a method's local variables and their
126 * The advantage of an extended range is that variables from recently
130 * of multiple local variables of the same name, the variable with the
134 * the list will be empty if there are no visible variables;
180 * Returns the values of multiple local variables in this frame.
184 * @param variables a list of {@link LocalVariable} objects to be accessed
193 Map<LocalVariable,Value> getValues(List<? extends LocalVariable> variables);
  /external/proguard/src/proguard/evaluation/
InvocationUnit.java 29 * This interface sets up the variables for entering a method,
37 * Sets up the given variables for entering the given method.
41 Variables variables);
  /external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
trainer_hooks_test.py 25 from tensorflow.contrib.framework.python.ops import variables
31 from tensorflow.python.ops import variables as tf_variables
48 _ = variables.get_or_create_global_step()
57 global_step = variables.get_or_create_global_step()
  /external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/
varma_test.py 31 from tensorflow.python.ops import variables
48 initializer = variables.global_variables_initializer()
67 initializer = variables.global_variables_initializer()
87 initializer = variables.global_variables_initializer()

Completed in 2011 milliseconds

1 2 3 4 56 7 8 91011>>