HomeSort by relevance Sort by last modified time
    Searched defs:restore (Results 1 - 25 of 546) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/contrib/boosted_trees/python/ops/
model_ops.py 66 def restore(self, restored_tensors, unused_restored_shapes): member in class:TreeEnsembleVariableSavable
72 restore. Not meaningful for trees.
quantile_ops.py 103 def restore(self, restored_tensors, unused_restored_shapes): member in class:QuantileAccumulator
109 restore.
stats_accumulator_ops.py 186 def restore(self, restored_tensors, unused_restored_shapes): member in class:StatsAccumulator
192 restore. Not meaningful for trees.
  /external/tensorflow/tensorflow/contrib/data/python/ops/
iterator_ops.py 26 """Returns a SaveableObject for saving/restore iterator state using Saver.
75 def restore(self, restored_tensors, unused_restored_shapes): member in class:_Saveable
  /external/tensorflow/tensorflow/contrib/tensor_forest/python/ops/
model_ops.py 73 def restore(self, restored_tensors, unused_restored_shapes): member in class:TreeVariableSavable
79 restore. Not meaningful for trees.
stats_ops.py 70 def restore(self, restored_tensors, unused_restored_shapes): member in class:FertileStatsVariableSavable
76 restore. Not meaningful for trees.
  /external/tensorflow/tensorflow/contrib/eager/python/
saver.py 64 and returns a variable name in checkpoint for restore. If
65 None, use the variable with the same name in checkpoint to restore.
152 to a subsequent call to `restore()`.
158 def restore(self, file_prefix): member in class:Saver
167 self._saver.restore(None, file_prefix)
  /prebuilts/go/darwin-x86/src/runtime/
rt0_linux_arm64.s 48 B restore
58 restore: label
59 // Restore callee-save registers.
  /prebuilts/go/linux-x86/src/runtime/
rt0_linux_arm64.s 48 B restore
58 restore: label
59 // Restore callee-save registers.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
ndiff.py 105 restore(whichfile)
119 def restore(which): function
120 restored = difflib.restore(sys.stdin.readlines(), which)
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
MockCanvas.java 25 public void restore() {} method in class:MockCanvas
  /external/libbackup/src/com/google/android/libraries/backup/shadow/
BackupHelperSimulator.java 9 * Class which simulates backup & restore functionality of a {@link BackupHelper}.
24 * Perform restore from the provided {@link Object}, which must have the same type as the one
27 public abstract void restore(Context context, Object data); method in class:BackupHelperSimulator
  /external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
BackupInterface.java 27 boolean restore(byte[] inBytes, short inBytesOffset, short inBytesLength); method in interface:BackupInterface
DefaultOsBackupImpl.java 54 public boolean restore(byte[] inBytes, short inBytesOffset) { method in class:DefaultOsBackupImpl
OsBackupInterface.java 37 * on backup or restore. Only one object is allowed
51 boolean restore(byte[] inBytes, short inBytesOffset); method in interface:OsBackupInterface
  /external/pdfium/fxjs/xfa/
cjx_delta.cpp 15 const CJX_MethodSpec CJX_Delta::MethodSpecs[] = {{"restore", restore_static}};
23 CJS_Return CJX_Delta::restore(CJS_V8* runtime, function in class:CJX_Delta
  /external/python/cpython2/Tools/scripts/
ndiff.py 105 restore(whichfile)
119 def restore(which): function
120 restored = difflib.restore(sys.stdin.readlines(), which)
  /external/python/cpython3/Tools/scripts/
ndiff.py 105 restore(whichfile)
119 def restore(which): function
120 restored = difflib.restore(sys.stdin.readlines(), which)
  /frameworks/base/services/backup/java/com/android/server/backup/restore/
RestorePolicy.java 17 package com.android.server.backup.restore;
20 * Full restore from a file/socket.
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/view/
CircleClipFrameLayout.java 52 canvas.restore();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Layers.java 55 canvas.restore();
  /external/parameter-framework/upstream/parameter/
AreaConfiguration.cpp 58 bool CAreaConfiguration::restore(CParameterBlackboard *pMainBlackboard, bool bSync, function in class:CAreaConfiguration
  /external/tensorflow/tensorflow/contrib/learn/python/learn/preprocessing/
text.py 216 def restore(cls, filename): member in class:VocabularyProcessor
  /external/tensorflow/tensorflow/contrib/lookup/
lookup_ops.py 477 def restore(self, restored_tensors, unused_restored_shapes): member in class:MutableHashTable._Saveable
494 temporary tensors created during checkpointing and restore operations.
681 def restore(self, restored_tensors, unused_restored_shapes): member in class:MutableDenseHashTable._Saveable
  /external/tensorflow/tensorflow/python/training/
saver_test_utils.py 88 def restore(self, restore_tensors, shapes): member in class:CheckpointedOp.CustomSaveable

Completed in 1300 milliseconds

1 2 3 4 5 6 7 8 91011>>