Function: dvpp_get_border_config_border_type

Applicability

Product

Supported (√/x)

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas training products

x

Atlas inference products

Atlas 200I/500 A2 inference products

Function Usage

Obtains the border configuration parameter: type enumeration.

Prototype

  • C Prototype
    1
    acldvppBorderType acldvppGetBorderConfigBorderType(const acldvppBorderConfig *borderConfig);
    
  • Python Function
    1
    border_type = acl.media.dvpp_get_border_config_border_type(border_config)
    

Parameter Description

Parameter

Description

border_config

Int, pointer address of the border making configuration data.

Return Value Description

Return Value

Description

border_type

Int, type enumeration. For details, see acldvppBorderType.