Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dtypes.h885 struct PoolParams { struct
886 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 …]
/aosp_15_r20/build/blueprint/
H A Dninja_defs.go50 type PoolParams struct { struct
51 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,
H A Dpackage_ctx.go65 StaticPool(name string, params PoolParams) Pool
66 PoolFunc(name string, f func(interface{}) (PoolParams, error)) Pool