Home
last modified time | relevance | path

Searched refs:batch_list (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dtf_trt_integration_test_base.py167 batch_list = []
173 batch_list.append(input_batches[0])
178 max_batch_size=min(batch_list),
/external/tensorflow/tensorflow/python/ops/
Ddata_flow_ops.py2395 batch_list = [[] for _ in six.moves.range(self._batches)]
2400 batch_list[batch_index].append(protobuf)
2401 return batch_list
/external/python/cpython2/Modules/
DcPickle.c1635 batch_list(Picklerobject *self, PyObject *iter) in batch_list() function
1778 res = batch_list(self, iter); in save_list()
2580 if (listitems && batch_list(self, listitems) < 0) in save_reduce()
/external/python/cpython3/Modules/
D_pickle.c2591 batch_list(PicklerObject *self, PyObject *iter) in batch_list() function
2798 status = batch_list(self, iter); in save_list()
3921 if (listitems && batch_list(self, listitems) < 0) in save_reduce()