Home
last modified time | relevance | path

Searched defs:element_num (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/ai/mindspore/mindsporectest/src/
H A Dohos_c_api_test_mslite.cpp233 int64_t element_num = OH_AI_TensorGetElementNum(tensor); in FillInputsData() local
262 int64_t element_num = OH_AI_TensorGetElementNum(tensor); in CompareResult() local
1978 int64_t element_num = OH_AI_TensorGetElementNum(tensor); in HWTEST() local
2198 int64_t element_num = OH_AI_TensorGetElementNum(tensor); in HWTEST() local
2267 int64_t element_num = OH_AI_TensorGetElementNum(tensor); HWTEST() local
2605 int64_t element_num = OH_AI_TensorGetElementNum(tensor); HWTEST() local
2738 int64_t element_num = OH_AI_TensorGetElementNum(tensor); HWTEST() local
2751 int64_t element_num = OH_AI_TensorGetElementNum(tensor); HWTEST() local
3134 size_t element_num = OH_AI_TensorGetElementNum(tensor); HWTEST() local
[all...]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
H A Decma-builtin-typedarray-prototype.c225 ecma_number_t element_num = typedarray_getter_cb (info.buffer_p + byte_pos); in ecma_builtin_typedarray_prototype_exec_routine() local
474 ecma_number_t element_num = src_typedarray_getter_cb (src_info.buffer_p + src_byte_pos); in ecma_builtin_typedarray_prototype_map() local
1526 ecma_number_t element_num = typedarray_getter_cb (info.buffer_p + byte_index); in ecma_builtin_typedarray_prototype_sort() local
1555 ecma_number_t element_num = ecma_get_number_from_value (element_value); in ecma_builtin_typedarray_prototype_sort() local
1622 ecma_number_t element_num = typedarray_getter_cb (info.buffer_p + byte_index); in ecma_builtin_typedarray_prototype_find_helper() local
1759 ecma_number_t element_num = getter_cb (info.buffer_p + position); ecma_builtin_typedarray_prototype_index_of() local
1840 ecma_number_t element_num = getter_cb (info.buffer_p + position); ecma_builtin_typedarray_prototype_last_index_of() local
2017 ecma_number_t element_num = ecma_get_typedarray_element (typedarray_buffer_p + index, class_id); ecma_builtin_typedarray_prototype_to_locale_string_helper() local
[all...]

Completed in 12 milliseconds