Searched defs:PoolParams (Results 1 – 3 of 3) sorted by relevance
885 struct PoolParams { struct886 FusedActivationFunctionType activation;887 PaddingType padding_type;888 PaddingValues padding_values;889 int stride_height;890 int stride_width;891 int filter_height;892 int filter_width;894 int32_t quantized_activation_min;895 int32_t quantized_activation_max;[all …]
50 type PoolParams struct { struct51 Comment string // The comment that will appear above the definition.52 Depth int // The Ninja pool depth.102 func parsePoolParams(scope scope, params *PoolParams) (*poolDef,
65 StaticPool(name string, params PoolParams) Pool66 PoolFunc(name string, f func(interface{}) (PoolParams, error)) Pool