EsTensorHolder Constructor

Applicability

Product

Supported or Not

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

Function Usage

Constructs an object of class EsTensorHolder.

Prototype

1
2
EsTensorHolder(EsCTensorHolder *tensor) : tensor_holder_(tensor) {}
EsTensorHolder() = default

Parameters

Parameter

Input/Output

Description

tensor

Input

EsCTensorHolder pointer, pointing to the underlying C implementation object.

Returns

Object of class EsTensorHolder.

Constraints

None