等号运算符重载,用于TensorBase对象之间的赋值。
1
TensorBase& TensorBase::operator = (const TensorBase& other);
参数名
输入/输出
说明
other
TensorBase对象。