KhronosGroup / NNEF-Docs

NNEF public repository
Apache License 2.0
14 stars 3 forks source link

inconsistent use of default values for border parameter #5

Closed jnorwood closed 6 years ago

jnorwood commented 6 years ago

It isn't evident to me why some operations require the user to specify a border string value, while others define the default value. If there is some most commonly used value, shouldn't it be consistently provided as default?

gyenesvi commented 6 years ago

Can you specify which ones do not specify default values? Running a search through the spec I see default values for all operations (there are a few upsample examples without default values which are not part of the standard (stated in the spec), and they are actually specializations of multilinear_upsample, which does have a default value, 'replicate'). Furthermore, in almost all cases, the default value is the same, namely 'constant'.

jnorwood commented 6 years ago

Those are the only ones. I missed the statement about them not being part of the standard. I'm closing this