Searched refs:stride_init (Results 51 - 58 of 58) sorted by relevance

123

/frameworks/ml/nn/runtime/test/generated/models/
H A Ddepthwise_conv2d_float_2_relaxed.model.cpp26 static int32_t stride_init[] = {1}; local
27 model->setOperandValue(stride, stride_init, sizeof(int32_t) * 1);
H A Ddepthwise_conv2d_float_large.model.cpp25 static int32_t stride_init[] = {1}; local
26 model->setOperandValue(stride, stride_init, sizeof(int32_t) * 1);
H A Ddepthwise_conv2d_float_large_2.model.cpp25 static int32_t stride_init[] = {1}; local
26 model->setOperandValue(stride, stride_init, sizeof(int32_t) * 1);
H A Ddepthwise_conv2d_float_large_2_relaxed.model.cpp25 static int32_t stride_init[] = {1}; local
26 model->setOperandValue(stride, stride_init, sizeof(int32_t) * 1);
H A Ddepthwise_conv2d_float_large_relaxed.model.cpp25 static int32_t stride_init[] = {1}; local
26 model->setOperandValue(stride, stride_init, sizeof(int32_t) * 1);
H A Ddepthwise_conv2d_float_relaxed.model.cpp25 static int32_t stride_init[] = {1}; local
26 model->setOperandValue(stride, stride_init, sizeof(int32_t) * 1);
H A Ddepthwise_conv2d_quant8_2.model.cpp26 static int32_t stride_init[] = {1}; local
27 model->setOperandValue(stride, stride_init, sizeof(int32_t) * 1);
/frameworks/ml/nn/runtime/test/
H A DTestMemoryInternal.cpp258 int32_t stride_init[] = {1}; local
259 model.setOperandValue(stride, stride_init, sizeof(stride_init));

Completed in 87 milliseconds

123