Home
last modified time | relevance | path

Searched defs:tensors_list (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Dinput.py447 def _as_tensor_list_list(tensors_list): argument
797 def _batch_join(tensors_list, batch_size, keep_input, capacity=32, argument
876 def _shuffle_batch_join(tensors_list, batch_size, capacity, argument
1082 def batch_join(tensors_list, batch_size, capacity=32, enqueue_many=False, argument
1192 def maybe_batch_join(tensors_list, keep_input, batch_size, capacity=32, argument
1416 def shuffle_batch_join(tensors_list, batch_size, capacity, argument
1514 def maybe_shuffle_batch_join(tensors_list, batch_size, capacity, argument
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/io_ops/
H A Dparse_single_example_op_test.py58 def flatten_values_tensors_or_sparse(tensors_list): argument