Home
last modified time | relevance | path

Searched refs:ALLOCATE_BUFFER_LIMIT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnntensor.cpp76 if (byteSize > ALLOCATE_BUFFER_LIMIT) { in CreateData()
100 if (size > ALLOCATE_BUFFER_LIMIT) { in CreateData()
H A Dmemory_manager.cpp34 if (length == 0 || length > ALLOCATE_BUFFER_LIMIT) { in MapMemory()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dcpp_type.h29 const size_t ALLOCATE_BUFFER_LIMIT = 1024 * 1024 * 1024; variable
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_tensor/
H A Dnn_tensor_test.cpp322 *byteSize = ALLOCATE_BUFFER_LIMIT + 1; in __anon4ace95e00202()
605 size_t size = ALLOCATE_BUFFER_LIMIT + 1;