Searched refs:model_from_json (Results 1 – 10 of 10) sorted by relevance
24 from tensorflow.python.keras.models import model_from_json
82 def model_from_json(json_string, custom_objects=None): function
29 from tensorflow.python.keras.saving.model_config import model_from_json
29 from tensorflow.python.keras.saving import model_from_json393 model = model_from_json(model_json, custom_objects=custom_objects)
24 name: "model_from_json"
46 model_from_json = model_config.model_from_json variable
129 model = keras.models.model_from_json(model.to_json())332 model = keras.models.model_from_json(model.to_json())
415 model = keras.models.model_from_json(model.to_json())
487 recreated_model = keras.models.model_from_json(json_config)634 keras.models.model_from_json(json_str)914 keras.models.model_from_json(json_str)