Home
last modified time | relevance | path

Searched refs:max_items (Results 1 – 3 of 3) sorted by relevance

/external/libxcam/modules/soft/
Dsoft_worker.cpp179 uint32_t max_items = 1; in work() local
183 max_items *= items.value[i]; in work()
187 ERROR, max_items, XCAM_RETURN_ERROR_PARAM, in work()
190 if (max_items == 1) { in work()
201 _threads->set_threads (max_items, max_items + 1); //extra thread to process all_items_done in work()
208 SmartPtr<ItemSynch> sync = new ItemSynch (max_items); in work()
/external/tensorflow/tensorflow/python/eager/
Dcontext.py63 def __init__(self, max_items=256, max_tensor_size=10000): argument
65 self._max_items = max_items
Dcore_test.py763 cache = context._EagerTensorCache(max_items=100, max_tensor_size=3)