HomeSort by relevance Sort by last modified time
    Searched refs:initializer (Results 326 - 350 of 553) sorted by null

<<11121314151617181920>>

  /external/tensorflow/tensorflow/python/layers/
core_test.py 66 'X', initializer=init_ops.zeros_initializer(), shape=(1, 1))
204 self.evaluate([v.initializer for v in dense.variables])
228 self.evaluate([v.initializer for v in dense.variables])
277 initializer=init_ops.ones_initializer()), self.cached_session():
  /external/tensorflow/tensorflow/python/tpu/
_tpu_estimator_embedding.py 142 initializer=column.get_initializer(),
  /external/tensorflow/tensorflow/python/training/
evaluation.py 58 initializer=init_ops.zeros_initializer(),
optimizer.py     [all...]
slot_creator_test.py 84 initializer=random_ops.random_uniform(dyn_shape,
supervisor_test.py 527 sess.run(v.initializer)
574 init_op=v.initializer,
659 ops.add_to_collection(ops.GraphKeys.TABLE_INITIALIZERS, w.initializer)
700 sv = supervisor.Supervisor(logdir=logdir, init_op=v.initializer)
718 sv = supervisor.Supervisor(logdir=logdir, local_init_op=v.initializer)
    [all...]
  /external/v8/src/torque/
ast.h 463 base::Optional<Expression*> initializer = base::nullopt)
468 initializer(initializer) {}
472 base::Optional<Expression*> initializer; member in struct:v8::internal::torque::VarDeclarationStatement
  /external/tensorflow/tensorflow/python/ops/
control_flow_ops_test.py 151 "my_counter", shape=[], initializer=init_ops.zeros_initializer())
165 "my_counter", shape=[], initializer=init_ops.zeros_initializer())
197 initializer=init_ops.random_normal_initializer())
219 "embedding_matrix", initializer=[[2.0], [3.0]], use_resource=True)
239 initializer=init_ops.random_normal_initializer(),
391 "bool_var", dtype=dtypes.bool, initializer=True)
396 self.evaluate(bool_var.initializer)
    [all...]
variables.py 260 running its *initializer op*, restoring the variable from a save file, or
262 the variable *initializer op* is just an `assign` Op that assigns the
268 # Run the variable initializer.
269 sess.run(w.initializer)
365 that case, `dtype` must be specified. (Note that initializer functions
510 A `Tensor` holding the value of this variable after its initializer
997 def initializer(self): member in class:Variable
2188 def initializer(self): member in class:RefVariable
    [all...]
  /external/deqp-deps/glslang/hlsl/
hlslParseHelper.cpp     [all...]
  /external/tensorflow/tensorflow/contrib/feature_column/python/feature_column/
sequence_feature_column_test.py 116 initializer=_get_initializer(embedding_dimension_a, embedding_values_a))
122 initializer=_get_initializer(embedding_dimension_b, embedding_values_b))
214 initializer=_get_initializer(embedding_dimension, embedding_values))
    [all...]
  /external/tensorflow/tensorflow/python/distribute/
distribute_coordinator_test.py 225 x = variable_scope.get_variable("x_%d" % i, initializer=10.0)
271 "x", initializer=10.0, use_resource=True)
274 "y", initializer=20.0, use_resource=True)
316 x = variable_scope.get_variable("xx", initializer=10.0, use_resource=True)
318 y = variable_scope.get_variable("yy", initializer=20.0, use_resource=True)
    [all...]
  /external/tensorflow/tensorflow/python/feature_column/
sequence_feature_column_test.py 119 initializer=_get_initializer(embedding_dimension_a, embedding_values_a))
125 initializer=_get_initializer(embedding_dimension_b, embedding_values_b))
218 initializer=_get_initializer(embedding_dimension, embedding_values))
    [all...]
feature_column_v2_test.py     [all...]
feature_column_test.py     [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
scatter_nd_ops_test.py 145 ref_var.initializer.run()
257 # var.initializer.run()
272 ref.initializer.run()
305 res.initializer.run()
320 ref.initializer.run()
377 ref.initializer.run()
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 246 (* Register all variables and emit their initializer. *)
248 (* Emit the initializer before adding the variable to scope, this
249 * prevents the initializer from referencing the variable itself, and
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 246 (* Register all variables and emit their initializer. *)
248 (* Emit the initializer before adding the variable to scope, this
249 * prevents the initializer from referencing the variable itself, and
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 246 (* Register all variables and emit their initializer. *)
248 (* Emit the initializer before adding the variable to scope, this
249 * prevents the initializer from referencing the variable itself, and
  /external/tensorflow/tensorflow/contrib/cudnn_rnn/python/ops/
cudnn_rnn_ops.py 127 initializer=self._kernel_initializer)
131 initializer=(
139 initializer=self._kernel_initializer)
143 initializer=self._kernel_initializer)
148 initializer=(
155 initializer=(
    [all...]
  /external/mesa3d/src/compiler/glsl/
ast.h 448 ast_expression *initializer);
455 ast_expression *initializer; member in class:ast_declaration
    [all...]
  /external/tensorflow/tensorflow/contrib/rnn/python/ops/
lstm_ops.py 408 initializer=init_ops.constant_initializer(0.0))
645 initializer=init_ops.constant_initializer(0.0))
  /external/tensorflow/tensorflow/contrib/text/python/ops/
skip_gram_ops_test.py 342 vocab_freq_table.initializer.run()
399 vocab_freq_table.initializer.run()
  /external/tensorflow/tensorflow/python/compiler/tensorrt/
trt_convert_test.py 139 sess.run(var.initializer)
163 sess.run(var.initializer)
  /external/tensorflow/tensorflow/python/debug/lib/
source_utils_test.py 113 self.evaluate(self.u.initializer)
114 self.evaluate(self.v.initializer)

Completed in 1736 milliseconds

<<11121314151617181920>>