Searched refs:zero_pointer (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/XNNPACK/test/ |
H A D | gemm-microkernel-tester.cc | 207 const uint8_t* zero_pointer = (zero_index() != SIZE_MAX) ? a.data() : NULL; in Test() local 213 a_offset() * sizeof(uint8_t), zero_pointer, in Test() 462 const int8_t* zero_pointer = (zero_index() != SIZE_MAX) ? a.data() : NULL; in Test() local 468 a_offset() * sizeof(uint8_t), zero_pointer, in Test() 688 const int8_t* zero_pointer = (zero_index() != SIZE_MAX) ? a.data() : NULL; in Test() local 694 a_offset() * sizeof(uint8_t), zero_pointer, in Test() 961 const uint16_t* zero_pointer = (zero_index() != SIZE_MAX) ? a.data() : NULL; in Test() local 967 a_offset() * sizeof(uint16_t), zero_pointer, in Test() 1429 const float* zero_pointer = (zero_index() != SIZE_MAX) ? a.data() : NULL; in Test() local 1435 a_offset() * sizeof(float), zero_pointer, in Test() [all …]
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/ |
H A D | indirection.c | 24 const void* zero = op->zero_pointer; in pytorch_qnnp_indirection_init_conv3d() 230 const void* zero = op->zero_pointer; in pytorch_qnnp_indirection_init_dwconv() 346 const void* zero = op->zero_pointer; in pytorch_qnnp_indirection_init_deconv2d()
|
H A D | global-average-pooling.c | 92 global_average_pooling_op->zero_pointer = zero_buffer; in pytorch_qnnp_create_global_average_pooling_nwc_q8()
|
H A D | average-pooling.c | 159 average_pooling->zero_pointer = zero_buffer; in pytorch_qnnp_create_average_pooling2d_nhwc_q8()
|
H A D | deconvolution.c | 180 deconvolution->zero_pointer = (void*)((uintptr_t)zero_buffer + zero_offset); in pytorch_qnnp_create_deconvolution2d_nhwc_q8()
|
H A D | convolution.c | 500 convolution->zero_pointer = (void*)((uintptr_t)zero_buffer + zero_offset); in pytorch_qnnp_create_convolution_ndhwc_q8()
|
H A D | operator-run.c | 1361 .zero = op->zero_pointer, in pytorch_qnnp_run_operator() 1497 .zero = op->zero_pointer, in pytorch_qnnp_run_operator()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/ |
H A D | operator.h | 116 void* zero_pointer; member
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/ |
H A D | QnnpackUtils.h | 288 convolution->zero_pointer = (void*)((uintptr_t)zero_buffer + zero_offset); in PackedConvWeightsQnnp()
|