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.py90 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
Dcompile_utils.py354 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)
Ddata_adapter.py852 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))
Dtraining_v1.py2171 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)
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.__internal__.nest.pbtxt20 name: "list_to_tuple"
/external/python/cpython3/Python/
Dintrinsics.c192 list_to_tuple(PyThreadState* unused, PyObject *v) in list_to_tuple() function
217 INTRINSIC_FUNC_ENTRY(INTRINSIC_LIST_TO_TUPLE, list_to_tuple)
/external/tensorflow/tensorflow/python/util/
Dnest.py1705 def list_to_tuple(structure): function
Dnest_test.py1231 nest.list_to_tuple(input_sequence),