HomeSort by relevance Sort by last modified time
    Searched full:remember (Results 301 - 325 of 3625) sorted by null

<<11121314151617181920>>

  /external/tensorflow/tensorflow/examples/udacity/
3_regularization.ipynb 238 "Introduce and tune L2 regularization for both logistic and neural network models. Remember that L2 amounts to adding a penalty on the norm of the weights to the loss. In TensorFlow, you can compute the L2 loss for a tensor `t` using `nn.l2_loss(t)`. The right amount of regularization should improve your validation / test accuracy.\n",
268 "Introduce Dropout on the hidden layer of the neural network. Remember: Dropout should only be introduced during training, not evaluation, otherwise your evaluation results would be stochastic as well. TensorFlow provides `nn.dropout()` for that, but you have to make sure it's only inserted during training.\n",
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiSettingsStore.java 177 * When changing states, we need to remember what the wifi state was before switching. An
192 * When changing states we remember what the wifi state was before switching. This function is
  /packages/apps/Dialer/java/com/android/dialer/speeddial/
DisambigDialog.java 158 // TODO(calderwoodra): save this option if remember is checked
166 // TODO(calderwoodra): save this option if remember is checked
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
MultipleIncludeOpt.h 106 // If a token is read, remember that we have seen a side-effect in this file.
135 // Remember that we're in the #if and that we have the macro.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
MultipleIncludeOpt.h 106 // If a token is read, remember that we have seen a side-effect in this file.
135 // Remember that we're in the #if and that we have the macro.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
MultipleIncludeOpt.h 106 // If a token is read, remember that we have seen a side-effect in this file.
135 // Remember that we're in the #if and that we have the macro.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
MultipleIncludeOpt.h 106 // If a token is read, remember that we have seen a side-effect in this file.
135 // Remember that we're in the #if and that we have the macro.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
MultipleIncludeOpt.h 106 // If a token is read, remember that we have seen a side-effect in this file.
135 // Remember that we're in the #if and that we have the macro.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
MultipleIncludeOpt.h 106 // If a token is read, remember that we have seen a side-effect in this file.
135 // Remember that we're in the #if and that we have the macro.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
MultipleIncludeOpt.h 106 // If a token is read, remember that we have seen a side-effect in this file.
135 // Remember that we're in the #if and that we have the macro.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
MultipleIncludeOpt.h 106 // If a token is read, remember that we have seen a side-effect in this file.
135 // Remember that we're in the #if and that we have the macro.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
MultipleIncludeOpt.h 106 // If a token is read, remember that we have seen a side-effect in this file.
135 // Remember that we're in the #if and that we have the macro.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
MultipleIncludeOpt.h 106 // If a token is read, remember that we have seen a side-effect in this file.
135 // Remember that we're in the #if and that we have the macro.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
MultipleIncludeOpt.h 106 // If a token is read, remember that we have seen a side-effect in this file.
135 // Remember that we're in the #if and that we have the macro.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
MultipleIncludeOpt.h 106 // If a token is read, remember that we have seen a side-effect in this file.
135 // Remember that we're in the #if and that we have the macro.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
MultipleIncludeOpt.h 106 // If a token is read, remember that we have seen a side-effect in this file.
135 // Remember that we're in the #if and that we have the macro.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
MultipleIncludeOpt.h 106 // If a token is read, remember that we have seen a side-effect in this file.
135 // Remember that we're in the #if and that we have the macro.
  /toolchain/binutils/binutils-2.27/bfd/
archive64.c 201 symbol, and remember to keep the offsets padded out. */
223 /* remember about the even alignment */
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CollationElementIterator.java 388 // Otherwise remember the trailing offset in case we need to
493 string_ = source; // TODO: do we need to remember the source string in a field?
515 string_ = source.getText(); // TODO: do we need to remember the source string in a field?
520 // TODO: do we need to remember the cloned iterator in a field?
552 // TODO: do we need to remember the iterator in a field?
557 string_ = src.getText(); // TODO: do we need to remember the source string in a field?
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
CollationElementIterator.java 399 // Otherwise remember the trailing offset in case we need to
508 string_ = source; // TODO: do we need to remember the source string in a field?
531 string_ = source.getText(); // TODO: do we need to remember the source string in a field?
536 // TODO: do we need to remember the cloned iterator in a field?
569 // TODO: do we need to remember the iterator in a field?
574 string_ = src.getText(); // TODO: do we need to remember the source string in a field?
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
OffsetTracker.java 30 * The idea in a nutshell is that for every Offsettable item we read, we remember
32 * written out. We also remember every Offset we read in, and its value. Then, after reading
37 * for the time being, remember where that blank value was written, and put the Offset into a
90 * so: we remember the position in the offsettable_table after we read the map list,
284 * Called after reading in the map list, to remember the point to be skipped
  /external/e2fsprogs/ext2ed/
dir_com.c 197 5. If the required entry is found, we dispatch a remember command to insert the current inode (remember that
265 dispatch ("remember internal_variable"); /* Move the inode into the objects memory */
542 This is overrided here because we don't remember a directory - It is too complicated. Instead, we remember the
init.c 89 add_user_command (&general_commands,"remember","Saves the current position and data information",remember);
284 add_user_command (&ptr->type_commands,"remember","Saves the file\'s inode position for later reference",type_file___remember);
305 add_user_command (&ptr->type_commands,"remember","Remember the inode of the current directory entry",type_dir___remember);
  /external/llvm/lib/CodeGen/GlobalISel/
RegisterBankInfo.cpp 98 // Remember the biggest size in bits.
118 // Remember that we saw the sub class.
154 // Remember that we saw the sub class.
219 // Remember the register bank for reuse for copy-like instructions.
221 // Remember the size of the register for reuse for copy-like instructions.
  /frameworks/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/
PreviewChannel.java 450 * discretion to help you remember important information about this channel.
465 * discretion to help you remember important information about this channel.
480 * discretion to help you remember important information about this channel.
495 * discretion to help you remember important information about this channel.
510 * discretion to help you remember important information about this channel.

Completed in 1524 milliseconds

<<11121314151617181920>>