Home
last modified time | relevance | path

Searched defs:buffer_size (Results 1 – 25 of 381) sorted by relevance

12345678910>>...16

/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
Dshuffle_dataset_serialization_test.py40 buffer_size=5, argument
55 def testShuffleCore(self, reshuffle_each_iteration, buffer_size): argument
77 def _testNonDeterministicSeeding(self, reshuffle_each_iteration, buffer_size): argument
116 def testMultipleIterators(self, reshuffle_each_iteration, buffer_size): argument
/external/tensorflow/tensorflow/python/data/kernel_tests/
Dprefetch_test.py36 def testBufferSize(self, buffer_size): argument
43 def testInvalidBufferSize(self, buffer_size): argument
53 def testPrefetchWithSlack(self, buffer_size, slack_period): argument
/external/tensorflow/tensorflow/python/data/ops/
Dreaders.py102 def __init__(self, filenames, compression_type=None, buffer_size=None): argument
140 buffer_size=None, argument
185 buffer_size=None, argument
205 def __init__(self, filenames, compression_type=None, buffer_size=None): argument
292 buffer_size=None, argument
334 buffer_size=None, argument
356 buffer_size=None, argument
367 buffer_size=None, argument
393 buffer_size=None, argument
443 buffer_size=None, argument
[all …]
/external/bsdiff/
Dcompressor_buffer.h24 explicit CompressorBuffer(size_t buffer_size) { in CompressorBuffer()
28 size_t buffer_size() { return comp_buffer_.size(); } in buffer_size() function
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dshuffle_ops.py33 def __init__(self, input_dataset, buffer_size, count=None, seed=None): argument
60 def shuffle_and_repeat(buffer_size, count=None, seed=None): argument
/external/libchrome/mojo/public/java/system/
Dcore_impl.cc36 const size_t buffer_size = env->GetDirectBufferCapacity(options_buffer); in JNI_CoreImpl_CreateMessagePipe() local
56 const size_t buffer_size = env->GetDirectBufferCapacity(options_buffer); in JNI_CoreImpl_CreateDataPipe() local
77 const size_t buffer_size = env->GetDirectBufferCapacity(options_buffer); in JNI_CoreImpl_CreateSharedBuffer() local
115 uint32_t buffer_size = 0; in JNI_CoreImpl_WriteMessage() local
184 uint32_t buffer_size = elements_capacity; in JNI_CoreImpl_ReadData() local
206 uint32_t buffer_size = num_bytes; in JNI_CoreImpl_BeginReadData() local
239 uint32_t buffer_size = limit; in JNI_CoreImpl_WriteData() local
257 uint32_t buffer_size = num_bytes; in JNI_CoreImpl_BeginWriteData() local
288 const size_t buffer_size = env->GetDirectBufferCapacity(options_buffer); in JNI_CoreImpl_Duplicate() local
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
Dh264_video_toolbox_nalu_unittest.cc92 const size_t buffer_size = 1; in TEST() local
106 const size_t buffer_size = arraysize(NALU_TEST_DATA_0) + 4; in TEST() local
124 const size_t buffer_size = in TEST() local
140 const size_t buffer_size = arraysize(NALU_TEST_DATA_0); in TEST() local
/external/cpu_features/src/
Dfilesystem.c36 size_t buffer_size) { in CpuFeatures_ReadFile()
54 size_t buffer_size) { in CpuFeatures_ReadFile()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dsoftmax_quantized_test.cc70 const int buffer_size = shape_common.FlatSize(); in CheckOutputData() local
107 const int buffer_size = shape_common.FlatSize(); in RunOneSoftmaxTest() local
172 const int buffer_size = shape_common.FlatSize(); in TryOneUniformSoftmax() local
186 const int buffer_size = shape_common.FlatSize(); in RunOneSoftmaxTestInt8() local
234 const int buffer_size = shape_common.FlatSize(); in TryOneUniformSoftmaxInt8() local
272 const int buffer_size = shape_common.FlatSize(); in TryOneSkyscraperSoftmax() local
Dlogsoftmax_quantized_test.cc104 const int buffer_size = shape_common.FlatSize(); in CheckOutputData() local
149 const int buffer_size = shape_common.FlatSize(); in RunOneLogSoftmaxTest() local
207 const int buffer_size = shape_common.FlatSize(); in RunOneLogSoftmaxTest() local
266 const int buffer_size = shape_common.FlatSize(); in TryOneUniformLogSoftmax() local
304 const int buffer_size = shape_common.FlatSize(); in TryOneSkyscraperLogSoftmax() local
Daveragepool_quantized_test.cc39 const int buffer_size = output_shape.FlatSize(); in RunOneAveragePoolTest() local
86 const int buffer_size = input_shape.FlatSize(); in CreateDataAndRunAveragePool() local
172 const int buffer_size = input_shape.FlatSize(); in CreateExtremalDataAndRunAveragePool() local
Dmaxpool_quantized_test.cc38 const int buffer_size = output_shape.FlatSize(); in RunOneMaxPoolTest() local
82 const int buffer_size = input_shape.FlatSize(); in CreateDataAndRunMaxPool() local
/external/google-breakpad/src/common/tests/
Dfile_utils.cc99 bool ReadFile(const char* path, void* buffer, ssize_t* buffer_size) { in ReadFile()
122 bool WriteFile(const char* path, const void* buffer, size_t buffer_size) { in WriteFile()
/external/webrtc/webrtc/modules/audio_processing/vad/
Dvad_circular_buffer.cc18 VadCircularBuffer::VadCircularBuffer(int buffer_size) in VadCircularBuffer()
35 VadCircularBuffer* VadCircularBuffer::Create(int buffer_size) { in Create()
/external/tensorflow/tensorflow/core/kernels/data/
Dshuffle_dataset_op.cc103 int64 buffer_size, int64 count) in ShuffleDatasetBase()
451 int64 buffer_size, Seeds seeds, int64 count) in ReshufflingDataset()
552 Node* buffer_size = nullptr; in AsGraphDefInternal() local
578 int64 buffer_size, int64 count, in ReshufflingDatasetV2()
685 int64 buffer_size, Seeds seeds, int64 count) in FixedSeedDataset()
709 Node* buffer_size = nullptr; in AsGraphDefInternal() local
741 int64 buffer_size = 0; in MakeDataset() local
784 Dataset(OpKernelContext* ctx, const DatasetBase* input, int64 buffer_size, in Dataset()
808 Node* buffer_size = nullptr; in AsGraphDefInternal() local
834 int64 buffer_size = 0; in MakeDataset() local
Dtf_record_dataset_op.cc45 const string& compression_type, int64 buffer_size) in Dataset()
87 Node* buffer_size = nullptr; in AsGraphDefInternal() local
238 int64 buffer_size = -1; in MakeDataset() local
/external/autotest/server/cros/network/rf_switch/
Dscpi.py82 def read(self, buffer_size=DEFAULT_READ_LEN): argument
92 def query(self, data, buffer_size=DEFAULT_READ_LEN): argument
/external/google-breakpad/src/common/linux/
Dsafe_readlink.cc39 bool SafeReadLink(const char* path, char* buffer, size_t buffer_size) { in SafeReadLink()
/external/tensorflow/tensorflow/core/lib/io/
Dbuffered_inputstream.cc24 size_t buffer_size, in BufferedInputStream()
33 size_t buffer_size) in BufferedInputStream()
/external/perfetto/include/perfetto/ext/base/
Dcontainer_annotations.h44 #define ANNOTATE_CHANGE_CAPACITY(buffer, old_capacity, buffer_size, \ argument
53 #define ANNOTATE_CHANGE_CAPACITY(buffer, old_capacity, buffer_size, \ argument
/external/vixl/benchmarks/aarch64/
Dbench-mixed-masm.cc43 const size_t buffer_size = 256 * KBytes; in main() local
/external/libchrome/mojo/core/
Dmessage_unittest.cc83 uint32_t buffer_size; in SerializeMessageContext() local
251 uint32_t buffer_size; in TEST_F() local
397 uint32_t buffer_size; in TEST_F() local
584 uint32_t buffer_size; in TEST_F() local
643 uint32_t buffer_size; in TEST_F() local
693 uint32_t buffer_size; in TEST_F() local
764 uint32_t buffer_size = 0; in TEST_F() local
830 uint32_t buffer_size = 0; in TEST_F() local
883 uint32_t buffer_size = 0; in TEST_F() local
935 uint32_t buffer_size; in TEST_F() local
/external/v8/src/debug/wasm/gdb-server/
Dwasm-module-debug.cc202 uint32_t buffer_size, uint32_t* size) { in GetWasmGlobal()
221 uint32_t buffer_size, uint32_t* size) { in GetWasmLocal()
254 uint32_t buffer_size, uint32_t* size) { in GetWasmStackValue()
349 bool StoreValue(const T& value, uint8_t* buffer, uint32_t buffer_size, in StoreValue()
359 uint8_t* buffer, uint32_t buffer_size, in GetWasmValue()
/external/sfntly/cpp/src/test/
Dfont_data_test.cc151 int32_t buffer_size, in ReadFontDataWithBuffer()
188 int32_t buffer_size) { in WriteFontDataWithBuffer()
227 for (int32_t buffer_size = 1; buffer_size <= length; in ReadComparison() local
284 for (int32_t buffer_size = 1; buffer_size < length; in SlicingWriteTest() local
/external/webrtc/webrtc/modules/audio_processing/aec/
Dsystem_delay_unittest.cc123 size_t buffer_size = 0; in BufferFillUp() local
137 size_t buffer_size = BufferFillUp(); in RunStableStartup() local
274 size_t buffer_size = BufferFillUp(); in TEST_F() local
340 size_t buffer_size = 0; in TEST_F() local

12345678910>>...16