Home
last modified time | relevance | path

Searched defs:root_buffer (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dbase_op.cc41 TensorBuffer* root_buffer() override { return this; } in root_buffer() function in tensorflow::__anon0ac7c5150111::MlirTensorBuffer
/external/mesa3d/src/gallium/frontends/clover/core/
Dmemory.hpp84 class root_buffer : public buffer { class
Dmemory.cpp79 root_buffer::root_buffer(clover::context &ctx, cl_mem_flags flags, in root_buffer() function in root_buffer
/external/tensorflow/tensorflow/compiler/jit/
Dxla_launch_util.h208 TensorBuffer* root_buffer() override { return this; } in root_buffer() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dshaped_buffer.h74 const se::DeviceMemoryBase& root_buffer() const { in root_buffer() function
/external/tensorflow/tensorflow/c/
Dtf_tensor_internal.h54 TensorBuffer* root_buffer() override { return this; } in root_buffer() function
/external/tensorflow/tensorflow/lite/delegates/flex/
Dbuffer_map.cc32 TensorBuffer* root_buffer() override { return this; } in root_buffer() function in tflite::flex::__anonad5345df0111::BaseTfLiteTensorBuffer
/external/tensorflow/tensorflow/core/framework/
Dtensor.cc87 TensorBuffer* root_buffer() override { return this; } in root_buffer() function in tensorflow::__anon8c201cc00111::BufferBase
842 TensorBuffer* root_buffer() override { return root_; } in root_buffer() function in tensorflow::SubBuffer
Dtensor.h974 TensorBuffer* root_buffer() final { return this; } in root_buffer() function
/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_event_mgr_test.cc102 TensorBuffer* root_buffer() override { return nullptr; } in root_buffer() function in tensorflow::TestTensorBuffer
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_stream_executor_client.cc1842 se::DeviceMemoryBase root_buffer = root_buffer_holder.root_buffer(); in MakeOutputBuffers() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc3317 const BufferAllocation::Slice root_buffer = in GetBufferForGlobalCallReturnValue() local