Searched refs:check_for_unexpected_keys (Results 1 – 2 of 2) sorted by relevance
710 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(
1077 def check_for_unexpected_keys(name, input_dict, expected_values): function