Function mindspore::api::MakeValue

Function Documentation

inline ValuePtr mindspore::api::MakeValue(const std::vector<ValuePtr> &values)

Create a ValueSequence object from a vector of values.

Parameters

values[in] The vector of values.

Returns

The created ValueSequence object.