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