Home
last modified time | relevance | path

Searched defs:GetMaxAllocSize (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/lite/src/runtime/gpu/
Dgpu_runtime.h80 uint64_t GetMaxAllocSize() const { return gpu_info_.max_alloc_size; } in GetMaxAllocSize() function
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_runtime.h65 uint64_t GetMaxAllocSize() { return max_alloc_size_; } in GetMaxAllocSize() function