Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_execute_op.cc361 struct OutputBuffers { struct
362 OutputBuffers(xla::ScopedShapedBuffer b, se::DeviceMemoryAllocator* allocator) in OutputBuffers() argument
367 ~OutputBuffers() { in ~OutputBuffers() argument
394 xla::StatusOr<std::unique_ptr<OutputBuffers>> AllocateOutputTensors( in AllocateOutputTensors()
440 absl::make_unique<OutputBuffers>(std::move(scoped_buffers), allocator); in AllocateOutputTensors()
765 std::unique_ptr<OutputBuffers> output_buffers, in DoWork()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp300 StringMap<std::unique_ptr<MemoryBuffer>> &OutputBuffers) { in EmitDebugSectionImpl() argument
306 OutputBuffers[Sec] = MemoryBuffer::getMemBufferCopy(Data); in EmitDebugSectionImpl()
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp1037 StringMap<std::unique_ptr<MemoryBuffer>> &OutputBuffers) { in emitDebugSectionImpl() argument
1047 OutputBuffers[Sec] = MemoryBuffer::getMemBufferCopy(Data); in emitDebugSectionImpl()