Updated on 2022-03-13 GMT+08:00

MutableListTensor

Function Prototype

graphStatus MutableListTensor(vector<TensorPtr>& list_tensor);

Function Description

Obtains the tensor list reference (mutable).

Parameter Description

Parameter

Input/Output

Type

Description

list_tensor

Output

vector<TensorPtr>&

Tensor list reference

Return Value

Parameter

Type

Description

-

graphStatus

If the operation is successful, GRAPH_SUCCESS is returned. Otherwise, GRAPH_FAILED is returned.

Exception Handling

None

Restriction

None