GetRawData

Applicability

Product

Supported

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

x

Atlas inference product

x

Atlas training product

x

Function Description

Obtains the pointer to and size of data of the RawData type.

Prototype

1
virtual Status GetRawData(void *&data_ptr, uint64_t &data_size) const

Parameters

Parameter

Input/Output

Description

dataPtr

Output

Pointer to RawData.

dataSize

Output

Data size of RawData.

Returns

  • 0: success
  • Other values: failure

Exception Handling

None

Constraints

None