Home
last modified time | relevance | path

Searched defs:buffer_sizes (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/lmhlo_to_gpu/
Dpass_utils.cc28 llvm::ArrayRef<int64_t> buffer_sizes, in ConvertLmhloToJitRt()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.cc150 absl::Span<const int64_t> buffer_sizes, runtime::Executable executable, in Create()
179 JitRtExecutable(std::vector<int64_t> buffer_sizes, in JitRtExecutable()
187 JitRtExecutable(std::vector<int64_t> buffer_sizes, in JitRtExecutable()
887 mlir::func::FuncOp func, llvm::ArrayRef<int64_t> buffer_sizes, in SetUpMlirAllocation()
1049 std::vector<int64_t> buffer_sizes; in LoadFromObjFile() local
Dgpu_executable.h80 std::vector<int64_t> buffer_sizes; member
Dgpu_compiler.cc880 llvm::ArrayRef<int64_t> buffer_sizes, HloModule* hlo_module, in LowerToJitRt()
1072 std::vector<int64_t> buffer_sizes; in CompileModuleToLlvmIrImpl() local
1548 std::vector<int64_t> buffer_sizes; in GetMlirAllocationInfo() local
/external/OpenCL-CTS/test_conformance/allocations/
Dallocation_execute.cpp257 clMemWrapper buffer_sizes; in execute_kernel() local
/external/cronet/third_party/libc++/src/test/std/input.output/file.streams/fstreams/ifstream.members/
Dbuffered_reads.pass.cpp150 const std::vector<std::streamsize> buffer_sizes{0L, 3L, 8L, 9L, 11L}; variable
/external/cronet/third_party/libc++/src/test/std/input.output/file.streams/fstreams/ofstream.members/
Dbuffered_writes.pass.cpp148 const std::vector<std::streamsize> buffer_sizes{0L, 3L, 8L, 9L, 11L}; variable
/external/mesa3d/src/gallium/drivers/zink/
Dzink_draw.c119 VkDeviceSize buffer_sizes[PIPE_MAX_SO_OUTPUTS]; in zink_emit_stream_output_targets() local
Dzink_draw.cpp57 VkDeviceSize buffer_sizes[PIPE_MAX_SO_BUFFERS] = {0}; in zink_emit_stream_output_targets() local
/external/skia/third_party/vello/src/
Dencoding.rs223 pub fn buffer_sizes(self: &RenderConfiguration) -> ffi::BufferSizes { in buffer_sizes() method
Dlib.rs244 fn buffer_sizes(self: &RenderConfiguration) -> BufferSizes; in buffer_sizes() function
/external/virglrenderer/src/
Dvrend_video.c654 const uint32_t *buffer_sizes) in vrend_video_decode_bitstream()
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.cc1565 absl::flat_hash_map<const HloValue*, int64_t> buffer_sizes; in ComputePeakMemoryLogicalBuffers() local
/external/python/cpython3/Modules/
Dposixmodule.c12890 static const Py_ssize_t buffer_sizes[] = {128, XATTR_SIZE_MAX, 0}; in os_getxattr_impl() local
13070 static const Py_ssize_t buffer_sizes[] = { 256, XATTR_LIST_MAX, 0 }; in os_listxattr_impl() local