HomeSort by relevance Sort by last modified time
    Searched refs:updates (Results 51 - 75 of 540) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
normalization_test.py 135 self.assertEqual(len(bn.updates), 4)
136 self.assertEqual(len(model.updates), 2)
145 self.assertEqual(len(new_model.updates), 2)
146 self.assertEqual(len(model.updates), 4)
  /external/webrtc/webrtc/modules/audio_processing/ns/
ns_core.h 70 int updates; member in struct:NoiseSuppressionC_
  /packages/apps/Settings/src/com/android/settings/shortcut/
CreateShortcut.java 184 List<ShortcutInfo> updates = new ArrayList<>(); local
195 updates.add(new ShortcutInfo.Builder(mContext, info.getId())
198 if (!updates.isEmpty()) {
199 sm.updateShortcuts(updates);
  /packages/apps/Settings/tests/unit/src/com/android/settings/shortcut/
CreateShortcutTest.java 131 List<ShortcutInfo> updates = mListCaptor.getValue(); local
132 assertEquals(2, updates.size());
133 assertEquals(pinnedShortcuts.get(2).getId(), updates.get(0).getId());
134 assertEquals(pinnedShortcuts.get(4).getId(), updates.get(1).getId());
  /prebuilts/go/darwin-x86/doc/codewalk/
urlpoll.go 36 updates := make(chan State)
44 case s := <-updates:
49 return updates
  /prebuilts/go/linux-x86/doc/codewalk/
urlpoll.go 36 updates := make(chan State)
44 case s := <-updates:
49 return updates
  /external/tensorflow/tensorflow/python/layers/
normalization_test.py 269 self.assertEqual(len(bn.updates), 2)
274 # Test that updates were created and added to UPDATE_OPS.
275 self.assertEqual(len(bn.updates), 2)
277 ops.get_collection(ops.GraphKeys.UPDATE_OPS), bn.updates)
296 self.assertEqual(len(bn.updates), 2)
303 # Test that updates were created and added to UPDATE_OPS.
304 self.assertEqual(len(bn.updates), 2)
306 ops.get_collection(ops.GraphKeys.UPDATE_OPS), bn.updates)
331 np_output, _, _ = sess.run([outputs] + bn.updates,
371 np_output, _, _ = sess.run([outputs] + bn.updates,
    [all...]
base.py 52 losses, and updates, as well as applying TensorFlow ops to input tensors.
75 `updates`: List of update ops of this layer.
106 # and whether the layer's updates are run during training
108 # A stateful layer is a layer whose updates are run during inference too,
229 def updates(self): member in class:Layer
231 raise RuntimeError('Layer.updates not supported in Eager mode.')
236 def add_update(self, updates, inputs=None):
239 Weight updates (for instance, the updates of the moving mean and variance
242 different inputs `a` and `b`, some entries in `layer.updates` may b
    [all...]
network_test.py 63 self.assertEqual(len(layer.updates), 2)
70 self.assertEqual(len(layer.updates), 3)
76 self.assertEqual(len(network.updates), 2)
83 self.assertEqual(len(network.updates), 2)
87 self.assertEqual(len(network.updates), 3)
93 self.assertEqual(len(network.updates), 4)
97 self.assertEqual(len(network.updates), 5)
420 # updates
421 self.assertEqual(len(net.updates), 1)
  /external/tensorflow/tensorflow/core/kernels/
sparse_tensor_dense_add_op.cc 128 typename TTypes<T>::ConstFlat updates,
139 out(idx) += updates(i);
scatter_nd_op_test.cc 202 .contains("The outermost dimension of updates and indices "
204 "updates.shape [3,3]"))
221 .contains("Must have updates.shape = indices.shape[:batch_dim]"))
239 "The outermost dimension of updates and indices must match."))
269 std::vector<float> updates; local
273 updates.push_back(i * 10 + j);
282 updates);
scatter_op_test.cc 187 .contains("Must have updates.shape = indices.shape + "
204 .contains("Must have updates.shape = indices.shape + "
221 .contains("Must have updates.shape = indices.shape + "
252 std::vector<float> updates; local
256 updates.push_back(i * 10 + j);
265 updates);
scatter_nd_op_gpu.cu.cc 83 const Index* indices, const T* updates, T* out,
102 update(out + i + si, ldg(updates + (index * slice_size + si)));
  /frameworks/base/libs/input/
SpriteController.cpp 113 // Collect information about sprite updates.
118 Vector<SpriteUpdate> updates; local
127 updates.push(SpriteUpdate(sprite, sprite->getStateLocked()));
136 SpriteUpdate& update = updates.editItemAt(i);
155 SpriteUpdate& update = updates.editItemAt(i);
184 SpriteUpdate& update = updates.editItemAt(i);
234 SpriteUpdate& update = updates.editItemAt(i);
304 const SpriteUpdate& update = updates.itemAt(i);
319 updates.clear();
  /packages/apps/TimeZoneData/testing/xts/
Android.mk 17 # A testing support library for testing time zone updates on real devices.
  /frameworks/base/core/java/android/appwidget/
AppWidgetHost.java 201 List<PendingHostUpdate> updates; local
203 updates = sService.startListening(
210 int N = updates.size();
212 PendingHostUpdate update = updates.get(i);
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DiffUtil.java 33 * It can be used to calculate updates for a RecyclerView Adapter. See
38 * DiffUtil uses Eugene W. Myers's difference algorithm to calculate the minimal number of updates
490 * You can consume the updates in a DiffResult via
594 * the updates (which is probably being called on the main thread).
713 * method to dispatch all updates to the RecyclerView.
721 * Note that the RecyclerView requires you to dispatch adapter updates immediately when you
723 * rule because updates are sent to the adapter right after the backing data is changed,
729 * list is instantly moved to its final state while the adapter updates are dispatched later
    [all...]
  /external/tensorflow/tensorflow/python/training/
moving_averages.py 102 where a moving average updates by the rule
121 An Operation that updates and returns the weighted moving average.
125 # moving averages of the updates. Thus, the signature of this function is
176 the biased estimate, and the other keeps track of the number of updates that
261 updates to the variables:
332 num_updates: Optional count of number of updates applied to variables.
358 Returns an op that updates all shadow variables as described above.
368 An Operation that updates the moving averages.
418 updates = []
421 updates.append(assign_moving_average
    [all...]
  /external/mesa3d/docs/specs/
MESA_ycbcr_texture.spec 200 29 April 2003 - minor updates
202 19 September 2003 - a few more updates prior to submitting to extension
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_buffer.h 178 struct svga_3d_update_gb_image *updates; member in struct:svga_buffer::__anon30109
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 95 PreferencePage_Heap_Updates_Enabled_Default=Heap updates enabled by default
102 PreferencePage_Thread_Updates_Enabled_By_Default=Thread updates enabled by default
  /build/blueprint/bootstrap/bpglob/
bpglob.go 16 // changed, and only updates the output file list if it has changed. It is used to optimize
  /build/soong/cmd/soong_env/
soong_env.go 16 // changed, and only updates the output file list if it has changed. It is used to optimize
  /external/mesa3d/docs/specs/OLD/
MESA_resize_buffers.spec 36 Mesa's glViewport command queries the current window size and updates
  /frameworks/base/core/java/com/android/internal/notification/
SystemNotificationChannels.java 41 public static String UPDATES = "UPDATES";
96 final NotificationChannel updates = new NotificationChannel( local
97 UPDATES,
100 channelsList.add(updates);

Completed in 510 milliseconds

1 23 4 5 6 7 8 91011>>