Searched refs:stride (Results 1 - 25 of 337) sorted by relevance

1234567891011>>

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglBindVertexBuffer.java1 // C function void glBindVertexBuffer ( GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride )
7 int stride
/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)
H A Ddepthwise_conv2d_float.mod.py23 stride = Int32Scalar("stride", 1) variable
30 stride, stride,
H A Ddepthwise_conv2d_float_2.mod.py23 stride = Int32Scalar("stride", 1) variable
30 stride, stride,
H A Ddepthwise_conv2d_float_large.mod.py23 stride = Int32Scalar("stride", 1) variable
30 stride, stride,
H A Ddepthwise_conv2d_float_large_2.mod.py23 stride = Int32Scalar("stride", 1) variable
30 stride, stride,
H A Ddepthwise_conv2d_quant8.mod.py23 stride = Int32Scalar("stride", 1) variable
30 stride, stride,
H A Ddepthwise_conv2d_quant8_2.mod.py23 stride = Int32Scalar("stride", 1) variable
30 stride, stride,
H A Ddepthwise_conv2d_quant8_large.mod.py23 stride = Int32Scalar("stride", 1) variable
30 stride, stride,
/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)
/frameworks/native/libs/gui/tests/
H A DFillBuffer.h26 void fillYV12Buffer(uint8_t* buf, int w, int h, int stride);
29 void fillYV12BufferRect(uint8_t* buf, int w, int h, int stride,
32 void fillRGBA8Buffer(uint8_t* buf, int w, int h, int stride);

Completed in 117 milliseconds

1234567891011>>