• Home
  • Raw
  • Download

Lines Matching refs:x_stride

515   const size_t x_stride = context->x_stride;  in xnn_compute_prelu()  local
517 const void* x = (const void*) ((uintptr_t) context->x + x_stride * batch_start); in xnn_compute_prelu()
520 context->ukernel(batch_range, context->n, x, x_stride, context->w, y, y_stride, &context->params); in xnn_compute_prelu()
528 const size_t x_stride = context->x_stride; in xnn_compute_channel_pad() local
530 const void* x = (const void*) ((uintptr_t) context->x + x_stride * batch_start); in xnn_compute_channel_pad()
533 …context->ukernel(batch_range, context->n, context->l, context->r, context->c, x, x_stride, y, y_st… in xnn_compute_channel_pad()
586 const void* x = (const void*) ((uintptr_t) context->x + index * context->x_stride); in xnn_compute_channel_shuffle_fixed()
596 const void* x = (const void*) ((uintptr_t) context->x + index * context->x_stride); in xnn_compute_channel_shuffle_variable()
606 const void* x = (const void*) ((uintptr_t) context->x + context->x_stride * batch_index); in xnn_compute_lut_strided()
630 const void* x = (const void*) ((uintptr_t) context->x + context->x_stride * batch_index); in xnn_compute_univector_strided()
649 const uint8_t* x = (const uint8_t*) ((uintptr_t) context->x + context->x_stride * batch_index); in xnn_compute_u8_softmax()
664 const float* x = (const float*) ((uintptr_t) context->x + context->x_stride * batch_index); in xnn_compute_f32_three_pass_softmax()
686 const size_t x_stride = context->x_stride; in xnn_compute_vmulcaddc() local
689 const void* x = (const void*) ((uintptr_t) context->x + x_stride * batch_start); in xnn_compute_vmulcaddc()
695 x, x_stride, in xnn_compute_vmulcaddc()