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.py291 batch_list = []
297 batch_list.append(input_batches[0])
298 return max(batch_list)
/external/tensorflow/tensorflow/python/ops/
Ddata_flow_ops.py2511 batch_list = [[] for _ in six.moves.range(self._batches)]
2515 batch_list[batch_index].append(array_ops.reshape(protobuf, []))
2516 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.c2881 batch_list(PicklerObject *self, PyObject *iter) in batch_list() function
3088 status = batch_list(self, iter); in save_list()
4222 if (listitems && batch_list(self, listitems) < 0) in save_reduce()