Home
last modified time | relevance | path

Searched refs:check_for_unexpected_keys (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_utils_v1.py710 generic_utils.check_for_unexpected_keys(weight_type, x_weight, output_names)
897 generic_utils.check_for_unexpected_keys('metrics', metrics, output_names)
1430 generic_utils.check_for_unexpected_keys(
1477 generic_utils.check_for_unexpected_keys('loss', loss, output_names)
1523 generic_utils.check_for_unexpected_keys(
/external/tensorflow/tensorflow/python/keras/utils/
Dgeneric_utils.py1077 def check_for_unexpected_keys(name, input_dict, expected_values): function