Home
last modified time | relevance | path

Searched refs:list_to_tuple (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_utils.py93 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
Dcompile_utils.py332 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)
Ddata_adapter.py859 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))
Dtraining_v1.py2163 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)
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.__internal__.nest.pbtxt20 name: "list_to_tuple"
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dpreprocessing_stage.py230 args = dataset_ops.Dataset.zip(nest.list_to_tuple(*args))
/external/tensorflow/tensorflow/python/util/
Dnest.py1646 def list_to_tuple(structure): function
Dnest_test.py1228 nest.list_to_tuple(input_sequence),