Searched refs:list_to_tuple (Results 1 – 8 of 8) sorted by relevance
93 list_to_tuple(sample_weights),94 list_to_tuple(nest.flatten(sample_weights)))96 list_to_tuple(outputs),97 list_to_tuple(nest.flatten(outputs)))120 return (list_to_tuple(new_sample_weights),221 def list_to_tuple(maybe_list): function
332 y_pred = nest.list_to_tuple(y_pred)333 y_true = nest.list_to_tuple(y_true)334 self._metrics = nest.list_to_tuple(self._metrics)335 self._weighted_metrics = nest.list_to_tuple(self._weighted_metrics)
859 data = nest.list_to_tuple(data)1052 return nest.list_to_tuple(inputs)1077 training_utils.list_to_tuple(target_structure),1078 training_utils.list_to_tuple(sample_weight_modes))
2163 x = training_utils.list_to_tuple(x)2165 y = training_utils.list_to_tuple(y)2167 sample_weight = training_utils.list_to_tuple(sample_weight)
20 name: "list_to_tuple"
230 args = dataset_ops.Dataset.zip(nest.list_to_tuple(*args))
1646 def list_to_tuple(structure): function
1228 nest.list_to_tuple(input_sequence),