Home
last modified time | relevance | path

Searched refs:thread_offset (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/base/
Dquant_dtype_cast.cc78 int thread_offset = task_id * thread_n_stride_; in QuantDTypeCast() local
89 …ret = DoDequantizeInt8ToFp32(int8_ptr_ + thread_offset, float32_ptr_ + thread_offset, quant_arg.sc… in QuantDTypeCast()
96 …ret = DoQuantizeFp32ToInt8(float32_ptr_ + thread_offset, int8_ptr_ + thread_offset, quant_arg.scal… in QuantDTypeCast()
99 ret = Int8ToUInt8(int8_ptr_ + thread_offset, uint8_ptr_ + thread_offset, num_unit_thread); in QuantDTypeCast()
101 …ret = DoDequantizeUInt8ToFp32(uint8_ptr_ + thread_offset, float32_ptr_ + thread_offset, quant_arg.… in QuantDTypeCast()
104 …ret = DoQuantizeFp32ToUInt8(float32_ptr_ + thread_offset, uint8_ptr_ + thread_offset, quant_arg.sc… in QuantDTypeCast()
107 ret = UInt8ToInt8(uint8_ptr_ + thread_offset, int8_ptr_ + thread_offset, num_unit_thread); in QuantDTypeCast()
110 …ret = DoDequantizeInt8ToFp32(int8_ptr_ + thread_offset, float32_ptr_ + thread_offset, input_quant_… in QuantDTypeCast()
118 …ret = DoQuantizeFp32ToInt8(float32_ptr_ + thread_offset, int8_out_ptr_ + thread_offset, output_qua… in QuantDTypeCast()
Dsplit_base.cc120 int thread_offset = task_id * thread_n_stride_; in Split() local
121 …o ret = DoSplit(input_ptr_, output_ptr_.data(), in_tensors_.front()->shape().data(), thread_offset, in Split()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16/
Dquant_dtype_cast_fp16.cc94 int thread_offset = task_id * thread_n_stride_; in QuantDTypeCast() local
106 …ret = DoDequantizeInt8ToFp16(int8_ptr_ + thread_offset, float16_ptr_ + thread_offset, quant_arg.sc… in QuantDTypeCast()
109 …ret = DoQuantizeFp16ToInt8(float16_ptr_ + thread_offset, int8_ptr_ + thread_offset, quant_arg.scal… in QuantDTypeCast()
116 …ret = DoDequantizeUInt8ToFp16(uint8_ptr_ + thread_offset, float16_ptr_ + thread_offset, quant_arg.… in QuantDTypeCast()
119 …ret = DoQuantizeFp16ToUInt8(float16_ptr_ + thread_offset, uint8_ptr_ + thread_offset, quant_arg.sc… in QuantDTypeCast()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dspace_to_depth_fp32.cc71 int thread_offset = task_id * thread_h_stride_; in SpaceToDepth() local
79 … param->block_size_, thread_offset, thread_offset + num_unit_thread, sizeof(float)); in SpaceToDepth()
Dglu_fp32.cc106 int thread_offset = task_id * thread_n_stride_; in Split() local
109thread_offset, num_unit_thread, &split_param_, lite::DataTypeSize(in_tensors_.front()->data_type()… in Split()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/
Ddetection_post_process_int8.cc31 int thread_offset = task_id * thread_n_stride_; in DequantizeInt8ToFp32() local
32 …int ret = DoDequantizeInt8ToFp32(data_int8_ + thread_offset, data_fp32_ + thread_offset, quant_par… in DequantizeInt8ToFp32()
Dsplit_int8.cc75 int thread_offset = task_id * thread_n_stride_; in Split() local
78 …t = Int8DoSplit(input_ptr_, output_ptr_.data(), in_tensors_.front()->shape().data(), thread_offset, in Split()
/third_party/mesa3d/src/broadcom/compiler/
Dvir_register_allocate.c195 struct qreg thread_offset = in v3d_setup_spill_base() local
205 vir_ADD(c, thread_offset, element_offset), in v3d_setup_spill_base()