/external/armnn/src/backends/reference/ |
D | RefTensorHandle.cpp | 68 return GetPointer(); in Map() 71 void* RefTensorHandle::GetPointer() const in GetPointer() function in armnn::RefTensorHandle 83 return m_MemoryManager->GetPointer(m_Pool); in GetPointer() 93 const void *src = GetPointer(); in CopyOutTo() 100 void *dest = GetPointer(); in CopyInFrom()
|
D | RefMemoryManager.cpp | 42 void* RefMemoryManager::GetPointer(RefMemoryManager::Pool* pool) in GetPointer() function in armnn::RefMemoryManager 44 return pool->GetPointer(); in GetPointer() 76 void* RefMemoryManager::Pool::GetPointer() in GetPointer() function in armnn::RefMemoryManager::Pool
|
D | RefMemoryManager.hpp | 28 void* GetPointer(Pool *pool); 42 void* GetPointer();
|
/external/armnn/src/dynamic/sample/ |
D | SampleTensorHandle.cpp | 76 return GetPointer(); in Map() 79 void* SampleTensorHandle::GetPointer() const in GetPointer() function in sdb::SampleTensorHandle 87 return m_MemoryManager->GetPointer(m_Pool); in GetPointer() 139 const void *src = GetPointer(); in CopyOutTo() 146 void *dest = GetPointer(); in CopyInFrom()
|
D | SampleMemoryManager.cpp | 40 void* SampleMemoryManager::GetPointer(SampleMemoryManager::Pool* pool) in GetPointer() function in sdb::SampleMemoryManager 42 return pool->GetPointer(); in GetPointer() 74 void* SampleMemoryManager::Pool::GetPointer() in GetPointer() function in sdb::SampleMemoryManager::Pool
|
D | SampleMemoryManager.hpp | 28 void* GetPointer(Pool *pool); 42 void* GetPointer();
|
/external/armnn/src/backends/tosaReference/ |
D | TosaRefTensorHandle.cpp | 82 return GetPointer(); in Map() 85 void* TosaRefTensorHandle::GetPointer() const in GetPointer() function in armnn::TosaRefTensorHandle 93 return m_MemoryManager->GetPointer(m_Pool); in GetPointer() 103 const void *src = GetPointer(); in CopyOutTo() 110 void *dest = GetPointer(); in CopyInFrom()
|
D | TosaRefMemoryManager.cpp | 42 void* TosaRefMemoryManager::GetPointer(TosaRefMemoryManager::Pool* pool) in GetPointer() function in armnn::TosaRefMemoryManager 44 return pool->GetPointer(); in GetPointer() 76 void* TosaRefMemoryManager::Pool::GetPointer() in GetPointer() function in armnn::TosaRefMemoryManager::Pool
|
D | TosaRefMemoryManager.hpp | 28 void* GetPointer(Pool *pool); 42 void* GetPointer();
|
/external/armnn/src/armnnTestUtils/ |
D | MockTensorHandle.cpp | 81 return GetPointer(); in Map() 84 void* MockTensorHandle::GetPointer() const in GetPointer() function in armnn::MockTensorHandle 92 return m_MemoryManager->GetPointer(m_Pool); in GetPointer() 102 const void* src = GetPointer(); in CopyOutTo() 109 void* dest = GetPointer(); in CopyInFrom()
|
D | MockMemoryManager.cpp | 38 void* MockMemoryManager::GetPointer(MockMemoryManager::Pool* pool) in GetPointer() function in armnn::MockMemoryManager 40 return pool->GetPointer(); in GetPointer() 72 void* MockMemoryManager::Pool::GetPointer() in GetPointer() function in armnn::MockMemoryManager::Pool
|
/external/pytorch/torch/csrc/jit/serialization/ |
D | mobile_bytecode_generated.h | 479 return GetPointer<const torch::jit::mobile::serialization::TensorMetadata *>(VT_SCALES); 482 return GetPointer<torch::jit::mobile::serialization::TensorMetadata *>(VT_SCALES); 485 return GetPointer<const torch::jit::mobile::serialization::TensorMetadata *>(VT_ZERO_POINTS); 488 return GetPointer<torch::jit::mobile::serialization::TensorMetadata *>(VT_ZERO_POINTS); 591 return GetPointer<const ::flatbuffers::Vector<int32_t> *>(VT_SIZES); 594 return GetPointer<::flatbuffers::Vector<int32_t> *>(VT_SIZES); 597 return GetPointer<const ::flatbuffers::Vector<int32_t> *>(VT_STRIDES); 600 return GetPointer<::flatbuffers::Vector<int32_t> *>(VT_STRIDES); 609 …return GetPointer<const torch::jit::mobile::serialization::QuantizedSchema *>(VT_QUANTIZED_SCHEMA); 612 return GetPointer<torch::jit::mobile::serialization::QuantizedSchema *>(VT_QUANTIZED_SCHEMA); [all …]
|
/external/gemmlowp/test/ |
D | test_allocator.cc | 27 a->GetPointer<std::int32_t>(handle_to_int32_array); in test_allocator() 28 std::int8_t* int8_array = a->GetPointer<std::int8_t>(handle_to_int8_array); in test_allocator() 29 Check(int32_array == a->GetPointer<std::int32_t>(handle_to_int32_array)); in test_allocator() 30 Check(int8_array == a->GetPointer<std::int8_t>(handle_to_int8_array)); in test_allocator()
|
/external/armnn/src/backends/reference/test/ |
D | RefMemoryManagerTests.cpp | 25 CHECK(memoryManager.GetPointer(pool) != nullptr); // Yields a valid pointer 42 void *p1 = memoryManager.GetPointer(pool1); 43 void *p2 = memoryManager.GetPointer(pool2);
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | gpu_model_generated.h | 47 return GetPointer<const tflite::gpu::data::TensorDescriptor *>(VT_DESC); in desc() 152 return GetPointer<const tflite::gpu::data::GPUOperation *>(VT_GPU_OP); in gpu_op() 155 return GetPointer<const flatbuffers::Vector<int32_t> *>(VT_INPUT_IDS); in input_ids() 158 return GetPointer<const flatbuffers::Vector<int32_t> *>(VT_OUTPUT_IDS); in output_ids() 161 return GetPointer<const flatbuffers::String *>(VT_NAME); in name() 248 …return GetPointer<const flatbuffers::Vector<flatbuffers::Offset<tflite::gpu::data::GpuNode>> *>(VT… in nodes() 251 …return GetPointer<const flatbuffers::Vector<flatbuffers::Offset<tflite::gpu::data::TensorDescWithI… in tensors() 254 …return GetPointer<const flatbuffers::Vector<flatbuffers::Offset<tflite::gpu::data::TensorDescWithI… in const_tensors() 257 return GetPointer<const flatbuffers::Vector<int32_t> *>(VT_INPUT_IDS); in input_ids() 260 return GetPointer<const flatbuffers::Vector<int32_t> *>(VT_OUTPUT_IDS); in output_ids() [all …]
|
/external/flatbuffers/include/flatbuffers/ |
D | reflection_generated.h | 269 return GetPointer<const ::flatbuffers::String *>(VT_KEY); in key() 284 return GetPointer<const ::flatbuffers::String *>(VT_VALUE); in value() 350 return GetPointer<const ::flatbuffers::String *>(VT_NAME); in name() 362 return GetPointer<const reflection::Type *>(VT_UNION_TYPE); in union_type() 365 …return GetPointer<const ::flatbuffers::Vector<::flatbuffers::Offset<::flatbuffers::String>> *>(VT_… in documentation() 368 …return GetPointer<const ::flatbuffers::Vector<::flatbuffers::Offset<reflection::KeyValue>> *>(VT_A… in attributes() 465 return GetPointer<const ::flatbuffers::String *>(VT_NAME); in name() 480 …return GetPointer<const ::flatbuffers::Vector<::flatbuffers::Offset<reflection::EnumVal>> *>(VT_VA… in values() 486 return GetPointer<const reflection::Type *>(VT_UNDERLYING_TYPE); in underlying_type() 489 …return GetPointer<const ::flatbuffers::Vector<::flatbuffers::Offset<reflection::KeyValue>> *>(VT_A… in attributes() [all …]
|
D | table.h | 51 P GetPointer(voffset_t field) { in GetPointer() function 58 P GetPointer(voffset_t field) const { in GetPointer() function 59 return const_cast<Table *>(this)->GetPointer<P, OffsetSize>(field); in GetPointer() 63 return GetPointer<P, uoffset64_t>(field); in GetPointer64() 67 return GetPointer<P, uoffset64_t>(field); in GetPointer64()
|
/external/libtextclassifier/native/utils/ |
D | lua-utils.cc | 111 Push(table->GetPointer<const flatbuffers::String*>(field->offset())); in GetField() 116 table->GetPointer<const flatbuffers::Table*>(field->offset()); in GetField() 128 table->GetPointer< in GetField() 138 PushRepeatedField(table->GetPointer<const flatbuffers::Vector<bool>*>( in GetField() 143 table->GetPointer<const flatbuffers::Vector<uint8>*>( in GetField() 147 PushRepeatedField(table->GetPointer<const flatbuffers::Vector<int8>*>( in GetField() 152 table->GetPointer<const flatbuffers::Vector<int32>*>( in GetField() 157 table->GetPointer<const flatbuffers::Vector<uint32>*>( in GetField() 162 table->GetPointer<const flatbuffers::Vector<int64>*>( in GetField() 167 table->GetPointer<const flatbuffers::Vector<uint64>*>( in GetField() [all …]
|
/external/cronet/tot/base/memory/ |
D | protected_memory.h | 195 T& GetReference() LIFETIME_BOUND { return *GetPointer(); } in GetReference() 196 const T& GetReference() const LIFETIME_BOUND { return *GetPointer(); } in GetReference() 198 T* GetPointer() { in GetPointer() function 202 const T* GetPointer() const { in GetPointer() function 259 const T* operator->() const { return data_.GetPointer(); } 494 T* GetProtectedDataPtr() { return protected_memory_->data_.GetPointer(); } in GetProtectedDataPtr()
|
/external/cronet/stable/base/memory/ |
D | protected_memory.h | 195 T& GetReference() LIFETIME_BOUND { return *GetPointer(); } in GetReference() 196 const T& GetReference() const LIFETIME_BOUND { return *GetPointer(); } in GetReference() 198 T* GetPointer() { in GetPointer() function 202 const T* GetPointer() const { in GetPointer() function 259 const T* operator->() const { return data_.GetPointer(); } 494 T* GetProtectedDataPtr() { return protected_memory_->data_.GetPointer(); } in GetProtectedDataPtr()
|
/external/perfetto/src/trace_processor/sorter/ |
D | trace_token_buffer.h | 63 new (allocator_.GetPointer(id)) T(std::move(object)); in Append() 80 return static_cast<T*>(allocator_.GetPointer(id.alloc_id)); in Get() 88 T* typed_ptr = static_cast<T*>(allocator_.GetPointer(id.alloc_id)); in Extract()
|
/external/armnn/include/armnnTestUtils/ |
D | MockMemoryManager.hpp | 28 void* GetPointer(Pool* pool); 42 void* GetPointer();
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | serialization_generated.h | 47 return GetPointer<const flatbuffers::Vector<uint8_t> *>(VT_BINARY); in binary() 110 return GetPointer<const tflite::gpu::data::GpuModel *>(VT_GPU_MODEL); in gpu_model() 113 return GetPointer<const flatbuffers::String *>(VT_DRIVER_VERSION); in driver_version() 116 …return GetPointer<const flatbuffers::Vector<flatbuffers::Offset<tflite::gpu::cl::data::BinaryProgr… in binary_programs() 119 …return GetPointer<const flatbuffers::Vector<flatbuffers::Offset<tflite::gpu::data::Int3>> *>(VT_TU… in tuned_work_group_sizes_per_node() 122 return GetPointer<const flatbuffers::Vector<uint64_t> *>(VT_FINGERPRINTS_PER_NODE); in fingerprints_per_node()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/ |
D | serialization_base_generated.h | 587 return GetPointer<const flatbuffers::String *>(VT_KEY); in key() 590 return GetPointer<const flatbuffers::String *>(VT_VALUE); in value() 652 …return GetPointer<const flatbuffers::Vector<flatbuffers::Offset<tflite::gpu::data::StateVariable>>… in state_vars() 717 return GetPointer<const flatbuffers::String *>(VT_NAME); in name() 792 return GetPointer<const flatbuffers::String *>(VT_NAME); in name() 867 return GetPointer<const flatbuffers::String *>(VT_NAME); in name() 946 return GetPointer<const tflite::gpu::data::GPUObjectDescriptor *>(VT_BASE_OBJ); in base_obj() 958 …return GetPointer<const flatbuffers::Vector<flatbuffers::Offset<flatbuffers::String>> *>(VT_ATTRIB… in attributes() 964 return GetPointer<const flatbuffers::Vector<uint8_t> *>(VT_DATA); in data() 1155 return GetPointer<const tflite::gpu::data::GPUObjectDescriptor *>(VT_BASE_OBJ); in base_obj() [all …]
|
/external/flatbuffers/tests/namespace_test/ |
D | namespace_test2_generated.h | 99 return GetPointer<const NamespaceA::NamespaceB::TableInNestedNS *>(VT_FOO_TABLE); in foo_table() 102 return GetPointer<NamespaceA::NamespaceB::TableInNestedNS *>(VT_FOO_TABLE); in mutable_foo_table() 114 return GetPointer<const void *>(VT_FOO_UNION); in foo_union() 121 return GetPointer<void *>(VT_FOO_UNION); in mutable_foo_union() 228 return GetPointer<const NamespaceA::TableInFirstNS *>(VT_REFER_TO_A1); in refer_to_a1() 231 return GetPointer<NamespaceA::TableInFirstNS *>(VT_REFER_TO_A1); in mutable_refer_to_a1() 234 return GetPointer<const NamespaceA::SecondTableInA *>(VT_REFER_TO_A2); in refer_to_a2() 237 return GetPointer<NamespaceA::SecondTableInA *>(VT_REFER_TO_A2); in mutable_refer_to_a2() 314 return GetPointer<const NamespaceC::TableInC *>(VT_REFER_TO_C); in refer_to_c() 317 return GetPointer<NamespaceC::TableInC *>(VT_REFER_TO_C); in mutable_refer_to_c()
|