Home
last modified time | relevance | path

Searched defs:Conv2dParam (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DConv2D.cpp63 struct Conv2dParam { struct
64 int32_t padding_left, padding_right;
65 int32_t padding_top, padding_bottom;
66 int32_t stride_width, stride_height;
67 int32_t dilation_width_factor = 1, dilation_height_factor = 1;
68 int32_t activation;
69 bool useNchw = false;
71 bool initialize(const IOperationExecutionContext* context) { in initialize()