共用方式為


Tensor<T>.IsEmpty 屬性

定義

取得值,指出這個 Tensor<T> 是否為空白。

public:
 property bool IsEmpty { bool get(); };
public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

屬性值

如果這個張量是空的,true;否則,false

實作

適用於