|
|
|
@@ -39,7 +39,7 @@ namespace Tensorflow |
|
|
|
/// Internally, TensorFlow represents tensors as n-dimensional arrays of base datatypes. |
|
|
|
/// </summary> |
|
|
|
[SuppressMessage("ReSharper", "ConvertToAutoProperty")] |
|
|
|
public partial class Tensor : DisposableObject, ITensorOrOperation, _TensorLike, ITensorOrTensorArray |
|
|
|
public partial class Tensor : DisposableObject, ITensorOrOperation, _TensorLike, ITensorOrTensorArray, IPackable<Tensor> |
|
|
|
{ |
|
|
|
private readonly int _id; |
|
|
|
private readonly Operation _op; |
|
|
|
|