GraphDepthToSpace Method |
Namespace: Emgu.TF
public Operation DepthToSpace( Output input, long block_size, string data_format = null, string opName = "DepthToSpace" )
Public Function DepthToSpace ( input As Output, block_size As Long, Optional data_format As String = Nothing, Optional opName As String = "DepthToSpace" ) As Operation
public: Operation^ DepthToSpace( Output^ input, long long block_size, String^ data_format = nullptr, String^ opName = L"DepthToSpace" )
member DepthToSpace : input : Output * block_size : int64 * ?data_format : string * ?opName : string (* Defaults: let _data_format = defaultArg data_format null let _opName = defaultArg opName "DepthToSpace" *) -> Operation
[Missing <returns> documentation for "M:Emgu.TF.Graph.DepthToSpace(Emgu.TF.Output,System.Int64,System.String,System.String)"]
2020 Emgu Corporation, All Rights Reserved,