Searched defs:stride (Results 1 - 25 of 242) sorted by relevance

12345678910

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglBindVertexBuffer.cpp1 /* void glBindVertexBuffer ( GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride ) */
4 (JNIEnv *_env, jobject _this, jint bindingindex, jint buffer, jlong offset, jint stride) {
13 (GLsizei)stride
3 android_glBindVertexBuffer__IIJI(JNIEnv *_env, jobject _this, jint bindingindex, jint buffer, jlong offset, jint stride) argument
/frameworks/ml/nn/runtime/test/specs/V1_0/
H A Dconv_float.mod.py23 stride = Int32Scalar("stride", 1) variable
28 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output)
H A Dconv_float_2.mod.py23 stride = Int32Scalar("stride", 1) variable
26 model = model.Operation("CONV_2D", i1, f1, b1, pad_same, stride, stride, act_relu).To(output)
H A Dconv_float_channels.mod.py23 stride = Int32Scalar("stride", 1) variable
28 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output)
H A Dconv_float_channels_weights_as_inputs.mod.py23 stride = Int32Scalar("stride", 1) variable
28 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output)
H A Dconv_float_large.mod.py23 stride = Int32Scalar("stride", 1) variable
28 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output)
H A Dconv_float_large_weights_as_inputs.mod.py23 stride = Int32Scalar("stride", 1) variable
28 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output)
H A Dconv_float_weights_as_inputs.mod.py23 stride = Int32Scalar("stride", 1) variable
28 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output)
H A Dconv_quant8.mod.py25 stride = Int32Scalar("stride", 1) variable
30 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride,
31 stride, act).To(output)
H A Dconv_quant8_channels.mod.py23 stride = Int32Scalar("stride", 1) variable
26 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output)
H A Dconv_quant8_channels_weights_as_inputs.mod.py23 stride = Int32Scalar("stride", 1) variable
26 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output)
H A Dconv_quant8_large.mod.py23 stride = Int32Scalar("stride", 1) variable
26 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output)
H A Dconv_quant8_large_weights_as_inputs.mod.py23 stride = Int32Scalar("stride", 1) variable
26 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output)
H A Dconv_quant8_overflow.mod.py23 stride = Int32Scalar("stride", 1) variable
26 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output)
H A Dconv_quant8_overflow_weights_as_inputs.mod.py23 stride = Int32Scalar("stride", 1) variable
26 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output)
H A Dconv_quant8_weights_as_inputs.mod.py23 stride = Int32Scalar("stride", 1) variable
28 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output)
/frameworks/ml/nn/runtime/test/specs/V1_1/
H A Dconv_float_2_relaxed.mod.py23 stride = Int32Scalar("stride", 1) variable
26 model = model.Operation("CONV_2D", i1, f1, b1, pad_same, stride, stride, act_relu).To(output)
H A Dconv_float_channels_relaxed.mod.py23 stride = Int32Scalar("stride", 1) variable
28 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output)
H A Dconv_float_channels_weights_as_inputs_relaxed.mod.py23 stride = Int32Scalar("stride", 1) variable
28 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output)
H A Dconv_float_large_relaxed.mod.py23 stride = Int32Scalar("stride", 1) variable
28 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output)
H A Dconv_float_large_weights_as_inputs_relaxed.mod.py23 stride = Int32Scalar("stride", 1) variable
28 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output)
H A Dconv_float_relaxed.mod.py23 stride = Int32Scalar("stride", 1) variable
28 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output)
H A Dconv_float_weights_as_inputs_relaxed.mod.py23 stride = Int32Scalar("stride", 1) variable
28 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output)
/frameworks/ml/nn/runtime/test/generated/models/
H A Davg_pool_float_2.model.cpp8 auto stride = model->addOperand(&type1); local
15 model->setOperandValue(stride, stride_init, sizeof(int32_t) * 1);
22 model->addOperation(ANEURALNETWORKS_AVERAGE_POOL_2D, {i0, padding, padding, padding, padding, stride, stride, filter, filter, activation}, {output});
H A Davg_pool_float_2_relaxed.model.cpp8 auto stride = model->addOperand(&type1); local
15 model->setOperandValue(stride, stride_init, sizeof(int32_t) * 1);
22 model->addOperation(ANEURALNETWORKS_AVERAGE_POOL_2D, {i0, padding, padding, padding, padding, stride, stride, filter, filter, activation}, {output});

Completed in 99 milliseconds

12345678910