Searched refs:list_to_tuple (Results 1 – 8 of 8) sorted by relevance
90 list_to_tuple(sample_weights),91 list_to_tuple(nest.flatten(sample_weights)))93 list_to_tuple(outputs),94 list_to_tuple(nest.flatten(outputs)))117 return (list_to_tuple(new_sample_weights),218 def list_to_tuple(maybe_list): function
354 y_pred = nest.list_to_tuple(y_pred)355 y_true = nest.list_to_tuple(y_true)356 self._metrics = nest.list_to_tuple(self._metrics)357 self._weighted_metrics = nest.list_to_tuple(self._weighted_metrics)
852 data = nest.list_to_tuple(data)1043 return nest.list_to_tuple(inputs)1068 training_utils.list_to_tuple(target_structure),1069 training_utils.list_to_tuple(sample_weight_modes))
2171 x = training_utils.list_to_tuple(x)2173 y = training_utils.list_to_tuple(y)2175 sample_weight = training_utils.list_to_tuple(sample_weight)
20 name: "list_to_tuple"
192 list_to_tuple(PyThreadState* unused, PyObject *v) in list_to_tuple() function217 INTRINSIC_FUNC_ENTRY(INTRINSIC_LIST_TO_TUPLE, list_to_tuple)
1705 def list_to_tuple(structure): function
1231 nest.list_to_tuple(input_sequence),