HomeSort by relevance Sort by last modified time
    Searched refs:max_buffer_size (Results 1 - 15 of 15) sorted by null

  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr.h 189 pb_size max_buffer_size,
pb_buffer_fenced.c 73 pb_size max_buffer_size; member in struct:fenced_manager
902 if (size > fenced_mgr->max_buffer_size) {
1009 pb_size max_buffer_size,
1027 fenced_mgr->max_buffer_size = max_buffer_size;
  /external/curl/lib/
smb.h 121 unsigned int max_buffer_size; member in struct:smb_negotiate_response
142 unsigned short max_buffer_size; member in struct:smb_setup
smb.c 458 msg.max_buffer_size = smb_swap16(MAX_MESSAGE_SIZE);
  /external/tensorflow/tensorflow/core/kernels/data/
multi_device_iterator_ops.cc 69 Status Init(std::unique_ptr<IteratorBase> iterator, int64 max_buffer_size,
87 devices_.size(), max_buffer_size, incarnation_id_, std::move(iterator),
135 MultiDeviceBuffer(size_t size, int64 max_buffer_size, int64 incarnation_id,
140 max_buffer_size_(max_buffer_size),
496 OP_REQUIRES_OK(ctx, ctx->input("max_buffer_size", &tensor_max_buffer_size));
497 int64 max_buffer_size = tensor_max_buffer_size->scalar<int64>()(); variable
515 OP_REQUIRES_OK(ctx, resource->Init(std::move(iterator), max_buffer_size,
  /external/tensorflow/tensorflow/python/data/ops/
multi_device_iterator_ops.py 196 max_buffer_size=1,
204 max_buffer_size: Maximum size of the host side per device buffer to keep.
210 than the max_buffer_size, we set the max_buffer_size to
220 self._max_buffer_size = max_buffer_size
249 max_buffer_size=self._max_buffer_size)
328 max_buffer_size=self._max_buffer_size)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
bufferedio.c 1673 Py_ssize_t max_buffer_size = -234; local
2066 Py_ssize_t max_buffer_size = -234; local
2326 Py_ssize_t max_buffer_size = -234; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
bufferedio.c 1645 Py_ssize_t max_buffer_size = -234; local
2035 Py_ssize_t max_buffer_size = -234; local
2270 Py_ssize_t max_buffer_size = -234; local
    [all...]
  /external/python/cpython2/Modules/_io/
bufferedio.c 1670 Py_ssize_t max_buffer_size = -234; local
2062 Py_ssize_t max_buffer_size = -234; local
2322 Py_ssize_t max_buffer_size = -234; local
    [all...]
  /device/linaro/hikey/gralloc960/
mali_gralloc_ion.cpp 377 size_t max_buffer_size = 0; local
383 if (max_buffer_size < bufDescriptor->size)
386 max_buffer_size = bufDescriptor->size;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_pyio.py     [all...]
  /external/python/cpython2/Lib/
_pyio.py     [all...]
  /external/tensorflow/tensorflow/python/data/kernel_tests/
multi_device_iterator_test.py 176 dataset, ["/cpu:1", "/cpu:2"], max_buffer_size=4)
258 dataset, ["/cpu:1", "/gpu:0"], max_buffer_size=4)
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 2202 Int total_bitrate, max_buffer_size; local
    [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 2144 milliseconds