Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/saving/
Dhdf5_format.py277 def preprocess_weights_for_loading(layer, function
309 forward_weights = preprocess_weights_for_loading(
312 backward_weights = preprocess_weights_for_loading(
329 return preprocess_weights_for_loading(
349 new_weights.extend(preprocess_weights_for_loading(
361 new_weights.extend(preprocess_weights_for_loading(
381 weights = preprocess_weights_for_loading(
750 weight_values = preprocess_weights_for_loading(
807 weight_values = preprocess_weights_for_loading(
D__init__.py24 from tensorflow.python.keras.saving.hdf5_format import preprocess_weights_for_loading
Dhdf5_format_test.py179 _ = hdf5_format.preprocess_weights_for_loading(
183 _ = hdf5_format.preprocess_weights_for_loading(
189 _ = hdf5_format.preprocess_weights_for_loading(
220 weights2 = hdf5_format.preprocess_weights_for_loading(
/external/tensorflow/tensorflow/python/keras/layers/
Dcudnn_recurrent_test.py465 keras.saving.preprocess_weights_for_loading(