HomeSort by relevance Sort by last modified time
    Searched refs:RequestedSize (Results 1 - 20 of 20) sorted by null

  /external/piex/src/image_type_recognition/
image_type_recognition_lite.cc 50 return a->RequestedSize() < b->RequestedSize();
60 virtual size_t RequestedSize() const = 0;
66 // Limits the source length to the RequestedSize(), using it guarantees that
69 return source.pointerToSubArray(0 /* pos */, RequestedSize());
152 virtual size_t RequestedSize() const { return 5000; }
178 if (!IsSignatureFound(limited_source, 0 /* offset */, RequestedSize(),
197 limited_source, 0 /* offset */, RequestedSize(),
209 virtual size_t RequestedSize() const { return 16; }
239 virtual size_t RequestedSize() const { return 14;
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_debug_allocator.cc 98 size_t req_size = base_allocator_->RequestedSize(allocated_ptr);
124 size_t GPUDebugAllocator::RequestedSize(const void* ptr) {
125 auto req_size = base_allocator_->RequestedSize(static_cast<const char*>(ptr) -
153 size_t req_size = base_allocator_->RequestedSize(original_ptr);
173 size_t req_size = base_allocator_->RequestedSize(allocated_ptr);
186 size_t req_size = base_allocator_->RequestedSize(ptr);
206 size_t GPUNanResetAllocator::RequestedSize(const void* ptr) {
207 return base_allocator_->RequestedSize(ptr);
gpu_debug_allocator.h 45 size_t RequestedSize(const void* ptr) override;
76 size_t RequestedSize(const void* ptr) override;
process_state.h 158 size_t RequestedSize(const void* p) override { return a_->RequestedSize(p); }
gpu_bfc_allocator_test.cc 65 size_t req_size = a.RequestedSize(ptrs[i - 1]);
121 size_t req_size = a.RequestedSize(existing_ptrs[i - 1]);
184 EXPECT_EQ(4, a.RequestedSize(t1));
248 size_t req_size = a.RequestedSize(existing_ptrs[i - 1]);
390 EXPECT_EQ(requested_size, a.RequestedSize(initial_ptrs[2 * i]) +
391 a.RequestedSize(initial_ptrs[2 * i + 1]));
427 EXPECT_EQ(requested_size, a.RequestedSize(initial_ptrs[2 * i]));
gpu_debug_allocator_test.cc 220 EXPECT_EQ(4, a.RequestedSize(t1));
  /external/tensorflow/tensorflow/core/common_runtime/sycl/
sycl_allocator.h 54 size_t RequestedSize(void* ptr) override;
sycl_allocator.cc 81 size_t SYCLAllocator::RequestedSize(void* ptr) {
  /external/tensorflow/tensorflow/core/framework/
allocator.h 140 // RequestedSize and AllocatedSize must be overridden if
159 virtual size_t RequestedSize(const void* ptr) {
165 // otherwise returns RequestedSize(ptr). AllocatedSize(ptr) is
166 // guaranteed to be >= RequestedSize(ptr).
172 virtual size_t AllocatedSize(const void* ptr) { return RequestedSize(ptr); }
315 size_t RequestedSize(const void* ptr) override {
316 return wrapped_->RequestedSize(ptr);
tracking_allocator.cc 116 size_t TrackingAllocator::RequestedSize(const void* ptr) {
125 return allocator_->RequestedSize(ptr);
tracking_allocator.h 67 size_t RequestedSize(const void* ptr) override;
tracking_allocator_test.cc 42 size_t RequestedSize(const void* ptr) override {
92 EXPECT_EQ(4, ta->RequestedSize(p1));
98 EXPECT_EQ(12, ta->RequestedSize(p2));
  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 71 u64 RequestedSize : 40; // Needed for reallocation purposes.
365 Header.RequestedSize = Size;
410 uptr Size = NewHeader.RequestedSize;
480 NewHeader.RequestedSize = NewSize;
488 uptr OldSize = OldHeader.RequestedSize;
  /external/mesa3d/src/mesa/main/
transformfeedback.h 147 tfObj->RequestedSize[index] = size;
transformfeedback.c 325 if (obj->RequestedSize[i] == 0) {
336 computed_size = MIN2(available_space, obj->RequestedSize[i]);
    [all...]
get.c     [all...]
mtypes.h     [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
bfc_allocator.h 65 size_t RequestedSize(const void* ptr) override;
bfc_allocator.cc 524 size_t BFCAllocator::RequestedSize(const void* ptr) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h     [all...]

Completed in 765 milliseconds