GraphGetTensorShape Method |
Namespace: Emgu.TF
public int[] GetTensorShape( Output output, Status status = null )
Public Function GetTensorShape ( output As Output, Optional status As Status = Nothing ) As Integer()
public: array<int>^ GetTensorShape( Output^ output, Status^ status = nullptr )
member GetTensorShape : output : Output * ?status : Status (* Defaults: let _status = defaultArg status null *) -> int[]
2021 Emgu Corporation, All Rights Reserved,