Home
last modified time | relevance | path

Searched defs:RequestedSize (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/piex/src/image_type_recognition/
H A Dimage_type_recognition_lite.cc152 virtual size_t RequestedSize() const { return 10000; } in RequestedSize() function in piex::image_type_recognition::__anon2cc7fdfb0111::ArwTypeChecker
213 virtual size_t RequestedSize() const { in RequestedSize() function in piex::image_type_recognition::__anon2cc7fdfb0111::Cr3TypeChecker
229 virtual size_t RequestedSize() const { return 16; } in RequestedSize() function in piex::image_type_recognition::__anon2cc7fdfb0111::Cr2TypeChecker
259 virtual size_t RequestedSize() const { return 14; } in RequestedSize() function in piex::image_type_recognition::__anon2cc7fdfb0111::CrwTypeChecker
285 virtual size_t RequestedSize() const { return 5000; } in RequestedSize() function in piex::image_type_recognition::__anon2cc7fdfb0111::DcrTypeChecker
327 virtual size_t RequestedSize() const { return 1024; } in RequestedSize() function in piex::image_type_recognition::__anon2cc7fdfb0111::DngTypeChecker
379 virtual size_t RequestedSize() const { return 5000; } in RequestedSize() function in piex::image_type_recognition::__anon2cc7fdfb0111::KdcTypeChecker
415 virtual size_t RequestedSize() const { return 5000; } in RequestedSize() function in piex::image_type_recognition::__anon2cc7fdfb0111::MosTypeChecker
441 virtual size_t RequestedSize() const { return 4; } in RequestedSize() function in piex::image_type_recognition::__anon2cc7fdfb0111::MrwTypeChecker
492 virtual size_t RequestedSize() const { in RequestedSize() function in piex::image_type_recognition::__anon2cc7fdfb0111::NefTypeChecker
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_debug_allocator.cc120 size_t GPUDebugAllocator::RequestedSize(const void* ptr) const { in RequestedSize() function in tensorflow::GPUDebugAllocator
205 size_t GPUNanResetAllocator::RequestedSize(const void* ptr) const { in RequestedSize() function in tensorflow::GPUNanResetAllocator
H A Dgpu_cudamallocasync_allocator.cc360 size_t GpuCudaMallocAsyncAllocator::RequestedSize(const void* ptr) const { in RequestedSize() function in tensorflow::GpuCudaMallocAsyncAllocator
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dallocator.h171 virtual size_t RequestedSize(const void* ptr) const { in RequestedSize() function
269 size_t RequestedSize(const void* ptr) const override { in RequestedSize() function
H A Dtracking_allocator.cc116 size_t TrackingAllocator::RequestedSize(const void* ptr) const { in RequestedSize() function in tensorflow::TrackingAllocator
H A Dtracking_allocator_test.cc42 size_t RequestedSize(const void* ptr) const override { in RequestedSize() function in tensorflow::TestableSizeTrackingAllocator
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dscoped_allocator.h111 size_t RequestedSize(const void* ptr) const override { return 0; } in RequestedSize() function
H A Dprocess_state.h142 size_t RequestedSize(const void* p) const override { in RequestedSize() function
H A Dbfc_allocator.cc932 size_t BFCAllocator::RequestedSize(const void* ptr) const { in RequestedSize() function in tensorflow::BFCAllocator
/aosp_15_r20/external/gwp_asan/gwp_asan/
H A Dcommon.h94 size_t RequestedSize = 0; member
/aosp_15_r20/external/scudo/standalone/
H A Dreport.cpp103 void NORETURN reportOutOfMemory(uptr RequestedSize) { in reportOutOfMemory()
/aosp_15_r20/external/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp71 u64 RequestedSize : 40; // Needed for reallocation purposes. member
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dmtypes.h1892 GLsizeiptr RequestedSize[MAX_FEEDBACK_BUFFERS]; member