Home
last modified time | relevance | path

Searched defs:int_array (Results 1 – 10 of 10) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
DtypedArray-tostring.js17 var int_array = new Int8Array([3, 2, 1, 100, -30]) variable
DtypedArray-join.js17 var int_array = new Int8Array([3, 2, 1, 100, -30]); variable
DtypedArray-stringify.js16 var int_array = new Int8Array([3, 2, 1, 100, -30]) variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/core/
Ddevice_tensor_ascend910b.cc225 bool DeviceTensorAscend910B::AddMaintenIntArrayMemory(void *int_array) { in AddMaintenIntArrayMemory()
270 for (auto &int_array : int_arrays_) { in ReleaseDeviceMemory() local
/third_party/backends/backend/
Dtest.c183 static SANE_Int int_array[] = { variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/acl_ir/
Dop_api_convert.h440 inline aclIntArray *ConvertType(const std::vector<int64_t> &int_array) { in ConvertType()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/dvpp/utils/
Dacl_plugin.cc621 APP_ERROR PluginDestroyIntArray(void *int_array) { in PluginDestroyIntArray()
Ddvpp_image_utils.cc2829 APP_ERROR DestroyIntArray(void *int_array) { in DestroyIntArray()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/dvpp/
Dacl_adapter.cc752 APP_ERROR AclAdapter::DestroyIntArray(void *int_array) { in DestroyIntArray()
/third_party/googletest/googlemock/test/
Dgmock-matchers-containers_test.cc3108 int int_array[] = {1, 2, 3, 4}; in TEST() local