vpc_destroy_chn

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

Destroys an image processing channel.

Prototype

  • C Prototype
    1
    hi_s32 hi_mpi_vpc_destroy_chn(hi_vpc_chn chn);
    
  • Python Function
    1
    ret = acl.himpi.vpc_destroy_chn(chn)
    

Parameter Description

Parameter

Description

chn

Int, channel ID for image processing.

Return Value Description

Return Value

Description

ret

Int, error code.

Restrictions

The channel ID must be within the maximum channel ID.

Reference

For the API call sequence, see VPC.