HomeSort by relevance Sort by last modified time
    Searched full:new_weights (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/contrib/training/python/training/
training_test.py 549 new_weights, new_biases = session.run([weights, biases])
552 self.assertGreater(np.linalg.norm(weights_values - new_weights), 0)
555 weights_values, biases_values = new_weights, new_biases
560 new_weights, new_biases = session.run([weights, biases])
563 self.assertGreater(np.linalg.norm(weights_values - new_weights), 0)
565 weights_values = new_weights
570 new_weights, new_biases = session.run([weights, biases])
573 self.assertAlmostEqual(np.linalg.norm(weights_values - new_weights), 0)
  /external/tensorflow/tensorflow/contrib/slim/python/slim/
learning_test.py     [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
while_test.cc 496 auto new_weights = builder.Add(weights, input); local
498 {builder.Add(iteration, builder.ConstantR0<int32>(1)), new_weights});
664 auto new_weights = builder.Add(weights, input); local
666 {builder.Add(iteration, builder.ConstantR0<int32>(1)), new_weights});
677 auto new_weights = builder.Add(weights, input); local
679 {builder.Add(iteration, builder.ConstantR0<int32>(1)), new_weights});
743 auto new_weights = builder.Add(weights, input); local
745 {builder.Add(iteration, builder.ConstantR0<int32>(1)), new_weights});
810 auto new_weights = builder.Add(weights, input); local
812 {builder.Add(iteration, builder.ConstantR0<int32>(1)), new_weights});
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/engine/
topology.py     [all...]

Completed in 221 milliseconds