/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | runtime_matmul_acl.cc | 147 acl_obj.lhs_acc_tensor.allocator()->import_memory(lhs); in MatMulF32() 149 acl_obj.rhs_tensor.allocator()->import_memory(rhs); in MatMulF32() 152 acl_obj.rhs_acc_tensor.allocator()->import_memory(rhs); in MatMulF32() 154 acl_obj.lhs_tensor.allocator()->import_memory(lhs); in MatMulF32() 157 acl_obj.lhs_acc_tensor.allocator()->import_memory(lhs); in MatMulF32() 159 acl_obj.rhs_acc_tensor.allocator()->import_memory(rhs); in MatMulF32() 163 acl_obj.lhs_tensor.allocator()->import_memory(lhs); in MatMulF32() 164 acl_obj.rhs_tensor.allocator()->import_memory(rhs); in MatMulF32() 167 acl_obj.out_tensor.allocator()->import_memory(out); in MatMulF32()
|
D | runtime_conv2d_acl.cc | 114 acl_conv_obj.input_tensor.allocator()->import_memory(lhs); in ACLDepthwiseConvImpl() 115 acl_conv_obj.kernel_tensor.allocator()->import_memory(rhs); in ACLDepthwiseConvImpl() 116 acl_conv_obj.output_tensor.allocator()->import_memory(out); in ACLDepthwiseConvImpl() 219 acl_conv_obj.input_tensor.allocator()->import_memory(lhs); in ACLGemmConvImpl() 220 acl_conv_obj.kernel_tensor.allocator()->import_memory(rhs); in ACLGemmConvImpl() 221 acl_conv_obj.output_tensor.allocator()->import_memory(out); in ACLGemmConvImpl()
|
/external/ComputeLibrary/tests/validation/NEON/UNIT/ |
D | TensorAllocator.cpp | 64 ARM_COMPUTE_ASSERT(!bool(t1.allocator()->import_memory(nullptr))); in TEST_SUITE() 71 ARM_COMPUTE_ASSERT(!bool(t2.allocator()->import_memory(data.get()))); in TEST_SUITE() 78 ARM_COMPUTE_ASSERT(!bool(t3.allocator()->import_memory(data.get()))); in TEST_SUITE() 84 ARM_COMPUTE_ASSERT(bool(t4.allocator()->import_memory(data.get()))); in TEST_SUITE() 117 ARM_COMPUTE_ASSERT(bool(tensor.allocator()->import_memory(aligned_ptr))); in TEST_CASE() 163 ARM_COMPUTE_ASSERT(bool(tensor.allocator()->import_memory(raw_data.get()))); in TEST_CASE() 228 ARM_COMPUTE_ASSERT(bool(tensor.allocator()->import_memory(data))); in TEST_CASE()
|
/external/ComputeLibrary/tests/validation/CL/UNIT/ |
D | TensorAllocator.cpp | 183 ARM_COMPUTE_ASSERT(!bool(t1.allocator()->import_memory(cl::Buffer()))); in TEST_CASE() 190 ARM_COMPUTE_ASSERT(!bool(t2.allocator()->import_memory(buf))); in TEST_CASE() 197 ARM_COMPUTE_ASSERT(!bool(t3.allocator()->import_memory(buf))); in TEST_CASE() 203 ARM_COMPUTE_ASSERT(bool(t4.allocator()->import_memory(buf))); in TEST_CASE() 245 ARM_COMPUTE_ASSERT(bool(tensor.allocator()->import_memory(wrapped_buffer))); in TEST_CASE() 313 ARM_COMPUTE_ASSERT(bool(tensor.allocator()->import_memory(wrapped_buffer))); in TEST_CASE()
|
/external/ComputeLibrary/src/gpu/cl/utils/ |
D | ClAuxTensorHandler.h | 69 _tensor.allocator()->import_memory(packed_tensor->cl_buffer()); in _tensor() 79 _tensor.allocator()->import_memory(tensor.cl_buffer()); in CLAuxTensorHandler()
|
/external/ComputeLibrary/src/cpu/utils/ |
D | CpuAuxTensorHandler.h | 69 _tensor.allocator()->import_memory(packed_tensor->buffer()); in _tensor() 79 _tensor.allocator()->import_memory(tensor.buffer()); in CpuAuxTensorHandler()
|
/external/armnn/src/backends/cl/ |
D | ClImportTensorHandle.hpp | 142 … m_Tensor.allocator()->import_memory(cl::Buffer(static_cast<cl_mem>(memory))); in Import() 163 … m_Tensor.allocator()->import_memory(cl::Buffer(static_cast<cl_mem>(memory))); in Import() 238 arm_compute::Status status = m_Tensor.allocator()->import_memory(wrappedBuffer); in ClImport()
|
/external/ComputeLibrary/arm_compute/runtime/ |
D | TensorAllocator.h | 107 Status import_memory(void *memory);
|
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/vulkano_gralloc/sys/ |
D | windows.rs | 38 pub(crate) unsafe fn import_memory( in import_memory() method
|
D | linux.rs | 42 pub(crate) unsafe fn import_memory( in import_memory() method
|
/external/ComputeLibrary/src/cpu/ |
D | CpuTensor.cpp | 71 const auto st = _legacy_tensor->allocator()->import_memory(handle); in import()
|
/external/ComputeLibrary/arm_compute/runtime/CL/ |
D | CLTensorAllocator.h | 124 Status import_memory(cl::Buffer buffer);
|
/external/armnn/src/backends/neon/ |
D | NeonTensorHandle.hpp | 140 arm_compute::Status status = m_Tensor.allocator()->import_memory(memory); in Import() 161 arm_compute::Status status = m_Tensor.allocator()->import_memory(memory); in Import()
|
/external/ComputeLibrary/src/runtime/ |
D | TensorAllocator.cpp | 153 Status TensorAllocator::import_memory(void *memory) in import_memory() function in TensorAllocator
|
/external/ComputeLibrary/src/runtime/CL/ |
D | CLTensorAllocator.cpp | 167 Status CLTensorAllocator::import_memory(cl::Buffer buffer) in import_memory() function in arm_compute::CLTensorAllocator
|
/external/ComputeLibrary/src/runtime/NEON/functions/ |
D | NEFFTConvolutionLayer.cpp | 330 _reshaped_output.allocator()->import_memory(_itransformed_output.buffer()); in run()
|
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLFFTConvolutionLayer.cpp | 336 _reshaped_output.allocator()->import_memory(_itransformed_output.cl_buffer()); in run()
|
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/ |
D | vulkano_gralloc.rs | 509 VulkanoGralloc::import_memory( in import_and_map()
|
/external/ComputeLibrary/src/cpu/operators/ |
D | CpuGemmConv2d.cpp | 580 gemm3d.allocator()->import_memory(out_to_use->buffer()); in run()
|
/external/ComputeLibrary/docs/user_guide/ |
D | library.dox | 340 tensor.allocator()->import_memory(external_ptr);
|