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

1 2 34 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
wrappers.py 81 def updates(self): member in class:Wrapper
82 return self.layer.updates + self._updates
468 def updates(self): member in class:Bidirectional
469 if hasattr(self.forward_layer, 'updates'):
470 return self.forward_layer.updates + self.backward_layer.updates
recurrent.py 221 def updates(self): member in class:StackedRNNCells
222 updates = []
225 updates += cell.updates
226 return updates + self._updates
631 updates = []
633 updates.append(K.update(self.states[i], states[i]))
634 self.add_update(updates, inputs)
799 def updates(self): member in class:RNN
800 updates = [
    [all...]
wrappers_test.py 116 # test that wrapped BN updates still work.
141 assert len(layer.updates) == 2
144 assert not layer.updates
147 assert len(layer.updates) == 2
  /external/tensorflow/tensorflow/python/layers/
network.py 391 This recursively updates the map `layer_indices`,
602 def updates(self): member in class:GraphNetwork
603 """Retrieve the network's updates.
605 Will only include updates that are either
607 (e.g. will not include updates that were created by layers of this model
610 Effectively, `network.updates` behaves like `layer.updates`.
617 _ = bn(x1) # This creates 2 updates.
620 y2 = bn(x2) # This creates 2 more updates.
622 # The BN layer has now 4 updates
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
params_test.cc 401 std::vector<ComputationDataHandle> updates; local
405 updates.push_back(add);
408 updates.push_back(builder.GetTupleElement(body_parameter, kParamCount));
410 builder.Tuple(updates);
  /frameworks/base/services/autofill/java/com/android/server/autofill/ui/
SaveUi.java 324 // And apply batch updates (if any).
325 final ArrayList<Pair<InternalValidator, BatchUpdates>> updates = local
327 if (updates != null) {
328 final int size = updates.size();
329 if (sDebug) Slog.d(TAG, "custom description has " + size + " batch updates");
331 final Pair<InternalValidator, BatchUpdates> pair = updates.get(i);
338 // First apply the updates...
341 if (sDebug) Slog.d(TAG, "Applying template updates for batch update #" + i);
  /frameworks/base/services/core/java/com/android/server/updates/
CertificateTransparencyLogInstallReceiver.java 17 package com.android.server.updates;
  /packages/apps/Contacts/src/com/android/contacts/
DynamicShortcuts.java 68 * This class creates and updates the dynamic shortcuts displayed on the Nexus launcher for the
167 final List<ShortcutInfo> updates = new ArrayList<>(); local
185 updates.add(update);
197 Log.d(TAG, "updating " + updates);
202 mShortcutManager.updateShortcuts(updates);
  /packages/apps/Email/provider_src/com/android/email/service/
Pop3Service.java 278 Cursor updates = resolver.query( local
285 while (updates.moveToNext()) {
286 long id = updates.getLong(Message.ID_COLUMNS_ID_COLUMN);
302 updates.close();
  /compatibility/cdd/3_software/
3_5_api-behavioral-compatibility.md 20 * [C-0-5] they MUST rate-limit the frequency of updates that are
  /prebuilts/go/darwin-x86/src/runtime/internal/atomic/
atomic_test.go 52 // Tests that xadduintptr correctly updates 64-bit values. The place where
  /prebuilts/go/linux-x86/src/runtime/internal/atomic/
atomic_test.go 52 // Tests that xadduintptr correctly updates 64-bit values. The place where
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
RecoverableKeyStoreDbTest.java 295 int updates = mRecoverableKeyStoreDb.setRecoveryStatus(uid, alias, status2); local
296 assertThat(updates).isEqualTo(1);
297 updates = mRecoverableKeyStoreDb.setRecoveryStatus(uid, alias3, status2);
298 assertThat(updates).isEqualTo(1);
312 int updates = mRecoverableKeyStoreDb.setRecoveryStatus(uid, alias, status); local
313 assertThat(updates).isEqualTo(0); // database was empty
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_buffer_upload.c 242 assert(sbuf->dma.updates == NULL);
305 sbuf->dma.updates = whole_update_cmd;
313 memcpy(whole_update_cmd, sbuf->dma.updates, sizeof(*whole_update_cmd));
450 struct svga_3d_update_gb_image *update = sbuf->dma.updates;
517 sbuf->dma.updates = NULL;
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
models_test.py 67 # test that new updates are the same with both models
352 assert not model.updates
355 assert not model.updates
356 assert not model.model.updates
365 assert model.updates
366 assert model.model.updates
  /packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java 528 * Returns true if {@param original} contains all entries defined in {@param updates} and
532 public static boolean containsAll(Bundle original, Bundle updates) {
533 for (String key : updates.keySet()) {
534 Object value1 = updates.get(key);
  /compatibility/cdd/7_hardware-compatibility/
7_4_data-connectivity.md 54 * SHOULD migrate the blocked numbers into the provider when a device updates
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
genIndexFilters.bat 25 # This perl script updates the filters in the transliterator index file.
  /external/mesa3d/docs/specs/
WL_create_wayland_buffer_from_image.spec 74 updates to the image will also be updated in the wl_buffer. Typically the
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_check_api/2.0.18/
error_prone_check_api-2.0.18.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_check_api/2.1.2/
error_prone_check_api-2.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_check_api/2.2.0/
error_prone_check_api-2.2.0.jar 
  /external/chromium-trace/catapult/devil/devil/android/
battery_utils.py 43 # energy coming from USB. Setting the power_supply offline just updates the
223 Device must have charging disabled for this, not just battery updates
357 if 'UPDATES STOPPED' in line:
358 logger.warning('Dumpsys battery not receiving updates. '
423 or not bool('UPDATES STOPPED' in self._device.RunShellCommand(
626 disabling of battery updates.
flag_changer.py 83 Also updates the internal state of the flag_changer.
  /external/libmojo/third_party/catapult/devil/devil/android/
battery_utils.py 42 # energy coming from USB. Setting the power_supply offline just updates the
179 Device must have charging disabled for this, not just battery updates
313 if 'UPDATES STOPPED' in line:
314 logging.warning('Dumpsys battery not receiving updates. '
379 or not bool('UPDATES STOPPED' in self._device.RunShellCommand(
582 disabling of battery updates.

Completed in 931 milliseconds

1 2 34 5 6 7 8 91011>>