C++ API
JAVA API
Python API
Defined in File value.h
public mindspore::api::Value (Class Value)
public mindspore::api::Value
StringImm defines a Value whose type is string.
Public Functions
Create StringImm with the given string.
str – [in] The given string value.
Get the string value of this StringImm.
The string value of this StringImm.