Home
last modified time | relevance | path

Searched refs:preprocess_weights_for_loading (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/keras/saving/
Dhdf5_format.py231 def preprocess_weights_for_loading(layer, function
263 forward_weights = preprocess_weights_for_loading(
266 backward_weights = preprocess_weights_for_loading(
283 return preprocess_weights_for_loading(
308 preprocessed = preprocess_weights_for_loading(
335 weights = preprocess_weights_for_loading(
707 weight_values = preprocess_weights_for_loading(
772 weight_values = preprocess_weights_for_loading(
Dsave_weights_test.py166 _ = hdf5_format.preprocess_weights_for_loading(
170 _ = hdf5_format.preprocess_weights_for_loading(
176 _ = hdf5_format.preprocess_weights_for_loading(
207 weights2 = hdf5_format.preprocess_weights_for_loading(
/external/tensorflow/tensorflow/python/keras/layers/
Dcudnn_recurrent_test.py474 keras.saving.hdf5_format.preprocess_weights_for_loading(