Home
last modified time | relevance | path

Searched defs:out_array (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dcorrelate.cc92 T_out *out_array = reinterpret_cast<T_out *>(ctx.Output(0)->GetData()); in CorrelateCompute() local
196 T *out_array = reinterpret_cast<T *>(ctx.Output(0)->GetData()); in CorrelateComputeComplex() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dcorrelate_cpu_kernel.cc96 T_out *out_array = reinterpret_cast<T_out *>(outputs[0]->device_ptr()); in LaunchKernel() local
182 T *out_array = reinterpret_cast<T *>(outputs[0]->device_ptr()); in LaunchComplexKernel() local
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
DI2C-js.cpp138 jerry_value_t out_array = jerry_create_array(data_len); in DECLARE_CLASS_FUNCTION() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/int8/
Dpooling_int8.c434 int8_t out_array[MAX_MAXPOOL_SIZE]; in MaxPoolingOptInt8() local