Home
last modified time | relevance | path

Searched refs:buffer_sizes (Results 1 – 25 of 36) sorted by relevance

12

/external/tensorflow/tensorflow/python/data/experimental/benchmarks/
Dparameter_value_benchmark.py63 buffer_sizes = [10, 50, 100, 150, 200, 250, 300]
69 for buffer_size in buffer_sizes:
103 buffer_sizes = [10, 50, 100, 150, 200, 250, 300]
109 for buffer_size in buffer_sizes:
144 buffer_sizes = [10, 50, 100, 150, 200, 250, 300]
150 for buffer_size in buffer_sizes:
/external/cronet/tot/third_party/libc++/src/test/std/input.output/file.streams/fstreams/ofstream.members/
Dbuffered_writes.pass.cpp151 const std::vector<std::streamsize> buffer_sizes{0L, 3L, 8L, 9L, 11L}; variable
167 for (std::streamsize b : buffer_sizes) { in test_1_write()
177 for (std::streamsize b : buffer_sizes) { in test_1_write()
200 for (std::streamsize buf : buffer_sizes) { in test_2_writes()
212 for (std::streamsize buf : buffer_sizes) { in test_2_writes()
/external/cronet/stable/third_party/libc++/src/test/std/input.output/file.streams/fstreams/ofstream.members/
Dbuffered_writes.pass.cpp151 const std::vector<std::streamsize> buffer_sizes{0L, 3L, 8L, 9L, 11L}; variable
167 for (std::streamsize b : buffer_sizes) { in test_1_write()
177 for (std::streamsize b : buffer_sizes) { in test_1_write()
200 for (std::streamsize buf : buffer_sizes) { in test_2_writes()
212 for (std::streamsize buf : buffer_sizes) { in test_2_writes()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.h71 std::vector<int64_t> buffer_sizes, in JitRtProgram()
75 buffer_sizes(std::move(buffer_sizes)), in JitRtProgram()
80 std::vector<int64_t> buffer_sizes; member
137 mlir::func::FuncOp func, llvm::ArrayRef<int64_t> buffer_sizes,
Dgpu_executable.cc143 std::move(program->buffer_sizes), in Create()
150 absl::Span<const int64_t> buffer_sizes, runtime::Executable executable, in Create() argument
154 std::vector<int64_t>(buffer_sizes.begin(), buffer_sizes.end()), in Create()
179 JitRtExecutable(std::vector<int64_t> buffer_sizes, in JitRtExecutable() argument
182 : buffer_sizes_(std::move(buffer_sizes)), in JitRtExecutable()
187 JitRtExecutable(std::vector<int64_t> buffer_sizes, in JitRtExecutable() argument
190 : buffer_sizes_(std::move(buffer_sizes)), in JitRtExecutable()
887 mlir::func::FuncOp func, llvm::ArrayRef<int64_t> buffer_sizes, in SetUpMlirAllocation() argument
891 for (int i = 0; i < buffer_sizes.size(); i++) { in SetUpMlirAllocation()
892 allocations->emplace_back(i, buffer_sizes[i], 0); in SetUpMlirAllocation()
[all …]
Dgpu_compiler.cc880 llvm::ArrayRef<int64_t> buffer_sizes, HloModule* hlo_module, in LowerToJitRt() argument
908 buffer_sizes, options)); in LowerToJitRt()
917 entry_function_name.str(), os.str(), buffer_sizes.vec(), in LowerToJitRt()
1072 std::vector<int64_t> buffer_sizes; in CompileModuleToLlvmIrImpl() local
1074 results->allocations, std::back_inserter(buffer_sizes), in CompileModuleToLlvmIrImpl()
1078 buffer_sizes, hlo_module, stream_exec)); in CompileModuleToLlvmIrImpl()
1548 std::vector<int64_t> buffer_sizes; in GetMlirAllocationInfo() local
1557 buffer_sizes.push_back(size); in GetMlirAllocationInfo()
1605 return GpuExecutable::SetUpMlirAllocation(func, buffer_sizes, allocations, in GetMlirAllocationInfo()
/external/cronet/tot/third_party/libc++/src/test/std/input.output/file.streams/fstreams/ifstream.members/
Dbuffered_reads.pass.cpp153 const std::vector<std::streamsize> buffer_sizes{0L, 3L, 8L, 9L, 11L}; variable
169 for (std::streamsize b : buffer_sizes) { in test_1_read()
179 for (std::streamsize b : buffer_sizes) { in test_1_read()
202 for (std::streamsize buf : buffer_sizes) { in test_2_reads()
214 for (std::streamsize buf : buffer_sizes) { in test_2_reads()
/external/cronet/stable/third_party/libc++/src/test/std/input.output/file.streams/fstreams/ifstream.members/
Dbuffered_reads.pass.cpp153 const std::vector<std::streamsize> buffer_sizes{0L, 3L, 8L, 9L, 11L}; variable
169 for (std::streamsize b : buffer_sizes) { in test_1_read()
179 for (std::streamsize b : buffer_sizes) { in test_1_read()
202 for (std::streamsize buf : buffer_sizes) { in test_2_reads()
214 for (std::streamsize buf : buffer_sizes) { in test_2_reads()
/external/pytorch/aten/src/ATen/nnapi/
Dnnapi_bind.cpp59 std::vector<int32_t> buffer_sizes; in init2() local
60 buffer_sizes.reserve(parameter_buffers.size()); in init2()
64 buffer_sizes.push_back(t.nbytes()); in init2()
92 buffer_sizes.data(), in init2()
Dnnapi_model_loader.h19 int32_t* buffer_sizes,
Dnnapi_model_loader.cpp99 int32_t* buffer_sizes, in load_nnapi_model() argument
196 …CAFFE_ENFORCE(buffer_offset + operand_length <= (uint32_t)buffer_sizes[buffer_number]); // No buf… in load_nnapi_model()
/external/autotest/server/tests/netpipe/
D_control.stress.srv37 buffer_sizes = {131072: 'small',
48 for b in buffer_sizes:
49 tag = 'netpipe' + buffer_sizes[b] + str(x)
/external/skia/third_party/vello/src/
Dencoding.rs110 config.buffer_sizes.bin_data = bump_estimate.binning; in prepare_render()
111 config.buffer_sizes.seg_counts = bump_estimate.seg_counts; in prepare_render()
112 config.buffer_sizes.segments = bump_estimate.segments; in prepare_render()
113 config.buffer_sizes.lines = bump_estimate.lines; in prepare_render()
223 pub fn buffer_sizes(self: &RenderConfiguration) -> ffi::BufferSizes { in buffer_sizes() method
224 (&self.config.buffer_sizes).into() in buffer_sizes()
Dlib.rs244 fn buffer_sizes(self: &RenderConfiguration) -> BufferSizes; in buffer_sizes() function
/external/OpenCL-CTS/test_conformance/allocations/
Dallocation_execute.cpp257 clMemWrapper buffer_sizes; in execute_kernel() local
273buffer_sizes = clCreateBuffer(context, CL_MEM_COPY_HOST_PTR, sizeof(cl_ulong)*number_of_mems_used,… in execute_kernel()
276buffer_sizes = clCreateBuffer(context, CL_MEM_COPY_HOST_PTR, sizeof(cl_uint)*number_of_mems_used, … in execute_kernel()
279 error = clSetKernelArg(kernel, number_of_mems_used+1, sizeof(cl_mem), &buffer_sizes); in execute_kernel()
/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/lmhlo_to_gpu/
Dpass_utils.h28 llvm::ArrayRef<int64_t> buffer_sizes,
Dpass_utils.cc28 llvm::ArrayRef<int64_t> buffer_sizes, in ConvertLmhloToJitRt() argument
/external/pytorch/test/mobile/nnc/
Dtest_context.cpp52 MemoryPlan create_test_memory_plan(const std::vector<int64_t>& buffer_sizes) { in create_test_memory_plan() argument
54 memory_plan.buffer_sizes_ = buffer_sizes; in create_test_memory_plan()
/external/virglrenderer/src/
Dvrend_video.h84 const uint32_t *buffer_sizes);
Dvrend_video.c654 const uint32_t *buffer_sizes) in vrend_video_decode_bitstream() argument
688 res->ptr, buffer_sizes[i]); in vrend_video_decode_bitstream()
690 bs_sizes[num_bs] = buffer_sizes[i]; in vrend_video_decode_bitstream()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_draw.cpp56 VkDeviceSize buffer_sizes[PIPE_MAX_SO_BUFFERS] = {0}; in zink_emit_stream_output_targets() local
64 buffer_sizes[i] = sizeof(uint8_t); in zink_emit_stream_output_targets()
74 buffer_sizes[i] = t->base.buffer_size; in zink_emit_stream_output_targets()
87 buffer_sizes); in zink_emit_stream_output_targets()
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.cc1565 absl::flat_hash_map<const HloValue*, int64_t> buffer_sizes; in ComputePeakMemoryLogicalBuffers() local
1570 buffer_sizes[value] = offset_size.size; in ComputePeakMemoryLogicalBuffers()
1585 const int64_t buffer_size = buffer_sizes.at(buffer); in ComputePeakMemoryLogicalBuffers()
/external/skia/src/gpu/graphite/compute/
DVelloRenderer.cpp289 auto bufferSizes = config->buffer_sizes(); in renderScene()
/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv305 Modules/posixmodule.c os_getxattr_impl buffer_sizes -
306 Modules/posixmodule.c os_listxattr_impl buffer_sizes -
/external/python/cpython3/Modules/
Dposixmodule.c14833 static const Py_ssize_t buffer_sizes[] = {128, XATTR_SIZE_MAX, 0}; in os_getxattr_impl() local
14834 Py_ssize_t buffer_size = buffer_sizes[i]; in os_getxattr_impl()
15015 static const Py_ssize_t buffer_sizes[] = { 256, XATTR_LIST_MAX, 0 }; in os_listxattr_impl() local
15016 Py_ssize_t buffer_size = buffer_sizes[i]; in os_listxattr_impl()

12