OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumpyState
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/contrib/checkpoint/python/
python_state.py
34
class
NumpyState
(base.Trackable):
40
arrays = tf.contrib.checkpoint.
NumpyState
()
49
numpy_arrays=tf.contrib.checkpoint.
NumpyState
())
50
# Attributes of
NumpyState
objects are created automatically by restore()
55
Note that `
NumpyState
` objects re-create the attributes of the previously
82
value = super(
NumpyState
, self)._lookup_dependency(name)
88
super(
NumpyState
, self).__setattr__(name, value)
93
value = super(
NumpyState
, self).__getattribute__(name)
105
existing = super(
NumpyState
, self).__getattribute__(name)
116
# another trackable object). For now `
NumpyState
` objects must b
[
all
...]
python_state_test.py
38
save_state = python_state.
NumpyState
()
52
load_state = python_state.
NumpyState
()
72
save_state = python_state.
NumpyState
()
85
save_state = python_state.
NumpyState
()
92
arrays = python_state.
NumpyState
()
100
second_checkpoint = util.Checkpoint(numpy_arrays=python_state.
NumpyState
())
/external/tensorflow/tensorflow/contrib/checkpoint/
__init__.py
39
@@
NumpyState
48
from tensorflow.contrib.checkpoint.python.python_state import
NumpyState
Completed in 1384 milliseconds