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

<<11121314151617181920>>

  /external/tensorflow/tensorflow/python/debug/wrappers/
framework_test.py 194 self._sess.run(self._a.initializer)
195 self._sess.run(self._b.initializer)
  /external/tensorflow/tensorflow/python/distribute/
input_ops_test.py 295 self.evaluate([it1.initializer, it2.initializer])
  /external/tensorflow/tensorflow/python/eager/
backprop_test.py 226 tf_embedding.initializer.run()
423 self.evaluate(v1.initializer)
437 self.evaluate(v1.initializer)
474 self.evaluate([x1.initializer, x2.initializer])
818 self.evaluate(v.initializer)
    [all...]
  /external/tensorflow/tensorflow/python/framework/
subscribe_test.py 238 self.evaluate([v1.initializer])
239 self.evaluate([v2.initializer])
  /external/tensorflow/tensorflow/python/keras/mixed_precision/experimental/
keras_test.py 82 self.v = self.add_weight('v', (), initializer='ones',
105 self.v = self.add_weight('v', (), initializer='ones', dtype=dtype,
  /external/tensorflow/tensorflow/python/keras/utils/
data_utils.py 551 """Gets the Pool initializer for multiprocessing.
590 """Gets the Pool initializer for multiprocessing.
600 workers, initializer=init_pool_generator, initargs=(seqs, None))
707 """Gets the Pool initializer for multiprocessing.
717 initializer=init_pool_generator,
  /external/tensorflow/tensorflow/python/kernel_tests/
checkpoint_ops_test.py 122 initializer=constant_op.constant(
311 initializer=constant_op.constant(np_value, dtype=dtypes.float32),
  /external/tensorflow/tensorflow/python/training/
adagrad_test.py 312 v = variable_scope.get_variable("v", initializer=constant_op.constant(1.),
321 initializer=constant_op.constant(1.),
evaluation_test.py 55 initializer=init_value,
  /external/llvm/include/llvm/Support/
CommandLine.h 372 template <class Ty> struct initializer { struct in namespace:llvm
374 initializer(const Ty &Val) : Init(Val) {} function in struct:llvm::initializer
379 template <class Ty> initializer<Ty> init(const Ty &Val) {
380 return initializer<Ty>(Val);
    [all...]
  /external/skia/gm/
imagefiltersbase.cpp 76 static struct Initializer {
77 Initializer() {
81 } initializer; member in namespace:__anon37769
  /external/skqp/gm/
imagefiltersbase.cpp 76 static struct Initializer {
77 Initializer() {
81 } initializer; member in namespace:__anon38576
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CommandLine.h 291 struct initializer { struct in namespace:llvm::cl
293 initializer(const Ty &Val) : Init(Val) {} function in struct:llvm::cl::initializer
300 initializer<Ty> init(const Ty &Val) {
301 return initializer<Ty>(Val);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
CommandLine.h 403 template <class Ty> struct initializer { struct in namespace:llvm
405 initializer(const Ty &Val) : Init(Val) {} function in struct:llvm::initializer
410 template <class Ty> initializer<Ty> init(const Ty &Val) {
411 return initializer<Ty>(Val);
629 /// as an initializer list to the ValuesClass constructor.
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
CommandLine.h 388 template <class Ty> struct initializer { struct in namespace:llvm
390 initializer(const Ty &Val) : Init(Val) {} function in struct:llvm::initializer
395 template <class Ty> initializer<Ty> init(const Ty &Val) {
396 return initializer<Ty>(Val);
614 /// as an initializer list to the ValuesClass constructor.
    [all...]
  /external/tensorflow/tensorflow/contrib/model_pruning/python/
pruning_test.py 174 "weights", initializer=math_ops.linspace(1.0, 100.0, 100))
  /external/tensorflow/tensorflow/contrib/opt/python/training/
agn_optimizer.py 128 initializer=0,
model_average_optimizer.py 56 initializer=tf.truncated_normal(
60 hid_b = tf.get_variable(initializer=tf.zeros([FLAGS.hidden_units]),
142 initializer=0,
  /external/tensorflow/tensorflow/python/client/
virtual_gpu_test.py 220 self.evaluate(var.initializer)
  /external/tensorflow/tensorflow/python/data/kernel_tests/
cache_test.py 180 self.evaluate(repeat_count.initializer)
iterator_test.py 176 # one-shot iterator initializer does not deadlock.
256 init_op = iterator.initializer
700 sess.run(itr.initializer)
790 init_op = iterator.initializer
800 init_op = iterator.initializer
    [all...]
  /external/tensorflow/tensorflow/python/keras/layers/
advanced_activations.py 89 alpha_initializer: Initializer function for the weights.
129 initializer=self.alpha_initializer,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
_codecs_iso2022.c 112 iso2022_init_func initializer; member in struct:iso2022_designation
128 if (desig->initializer != NULL && desig->initializer() != 0)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
_codecs_iso2022.c 112 iso2022_init_func initializer; member in struct:iso2022_designation
128 if (desig->initializer != NULL && desig->initializer() != 0)
    [all...]
  /external/honggfuzz/
Makefile 157 -Wextra -Wno-initializer-overrides -Wno-override-init \
169 ARCH_CFLAGS += -Wno-initializer-overrides -Wno-unknown-warning-option
170 ARCH_CFLAGS += -Wno-gnu-empty-initializer -Wno-format-pedantic

Completed in 2852 milliseconds

<<11121314151617181920>>