HomeSort by relevance Sort by last modified time
    Searched refs:saveable (Results 1 - 14 of 14) sorted by null

  /external/tensorflow/tensorflow/python/training/
saver.py 110 """Base class for saving and restoring saveable objects."""
125 # The device of this saveable. All tensors must be on the same device.
186 "Saveable is neither a resource variable nor a read operation."
226 for saveable in saveables:
227 for spec in saveable.specs:
249 By default, this issues separate calls to `restore_op` for each saveable.
259 A list of Tensors resulting from reading 'saveable' from
265 for saveable in saveables:
267 with ops.device(_set_cpu0(saveable.device) if saveable.device else None)
    [all...]
saver_test_utils.py 53 def saveable(self): member in class:CheckpointedOp
76 """A custom saveable for CheckpointedOp."""
saver_test.py 106 "v2": v2.saveable
126 save = saver_module.Saver({"v0": v0, "v1": v1, "v2": v2.saveable})
154 save2 = saver_module.Saver({"v0": v0_2, "v1": v1_2, "v2": v2_2.saveable})
282 "v2": v2.saveable},
314 save = saver_module.Saver({"v0": v0, "v1": v1, "v2": v2.saveable})
412 ValueError, "The same saveable will be restored with two names: v0"):
417 ValueError, "The same saveable will be restored with two names: v2"):
418 saver_module.Saver({"v2": v2.saveable, "v2too": v2.saveable})
421 saver_module.Saver({"v0": v0, "v2": v2.saveable})
    [all...]
  /external/tensorflow/tensorflow/contrib/boosted_trees/python/ops/
model_ops.py 108 saveable = TreeEnsembleVariableSavable(resource_handle, create_op,
110 ops.add_to_collection(ops.GraphKeys.SAVEABLE_OBJECTS, saveable)
  /external/tensorflow/tensorflow/contrib/tensor_forest/python/ops/
model_ops.py 114 saveable = TreeVariableSavable(params, resource_handle, stats_handle,
117 ops.add_to_collection(ops.GraphKeys.SAVEABLE_OBJECTS, saveable)
stats_ops.py 110 saveable = FertileStatsVariableSavable(params, resource_handle, create_op,
112 ops.add_to_collection(ops.GraphKeys.SAVEABLE_OBJECTS, saveable)
  /external/tensorflow/tensorflow/contrib/data/python/kernel_tests/
serialization_integration_test.py 36 saveable = contrib_iterator_ops.make_saveable_from_iterator(iterator)
37 ops.add_to_collection(ops.GraphKeys.SAVEABLE_OBJECTS, saveable)
dataset_serialization_test_base.py 60 # (deprecated) saveable `SparseTensorSliceDataset`, once the API
394 """Attempts to save a non-saveable iterator.
577 saveable = contrib_iterator_ops.make_saveable_from_iterator(iterator)
578 ops.add_to_collection(ops.GraphKeys.SAVEABLE_OBJECTS, saveable)
594 saveable = contrib_iterator_ops.make_saveable_from_iterator(iterator)
595 ops.add_to_collection(ops.GraphKeys.SAVEABLE_OBJECTS, saveable)
  /external/tensorflow/tensorflow/contrib/eager/python/
checkpointable_utils.py 216 for name, saveable in (
224 [saveable], convert_variable_to_tensor=False)
226 named_saveables[attribute.checkpoint_key] = saveable
239 Non-slot variables are keyed based on a shortest path from the root saveable
  /external/tensorflow/tensorflow/contrib/lookup/
lookup_ops.py 366 saveable = MutableHashTable._Saveable(self, name)
367 ops.add_to_collection(ops.GraphKeys.SAVEABLE_OBJECTS, saveable)
568 saveable = MutableDenseHashTable._Saveable(self, name)
569 ops.add_to_collection(ops.GraphKeys.SAVEABLE_OBJECTS, saveable)
  /external/tensorflow/tensorflow/contrib/cudnn_rnn/python/layers/
cudnn_rnn.py 267 def saveable(self): member in class:_CudnnRNN
359 # Create saveable in the outer scope of the cudnn subgraph, such that
482 """Create custom saveable for the Cudnn layer.
489 RuntimeError: if any custom saveable is already created for this layer.
492 raise RuntimeError("Cudnn saveable already created.")
  /external/tensorflow/tensorflow/contrib/cudnn_rnn/python/kernel_tests/
cudnn_rnn_ops_test.py 209 saveable = _CreateParamsSavable(params, model)
210 weights, biases = saveable._OpaqueParamsToCanonical()
cudnn_rnn_test.py 406 "test-saveable-device-assignment")
537 weights, biases = model.rnn.saveable._OpaqueParamsToCanonical()
584 weights1, biases1 = model1.rnn.saveable._OpaqueParamsToCanonical()
585 weights2, biases2 = model2.rnn.saveable._OpaqueParamsToCanonical()
680 "Cudnn saveable already created"):
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 268 milliseconds