GraphRiscReshape Method |
Namespace: Emgu.TF
public Operation RiscReshape( Output tensor, Output shape, string opName = "RiscReshape" )
Public Function RiscReshape ( tensor As Output, shape As Output, Optional opName As String = "RiscReshape" ) As Operation
public: Operation^ RiscReshape( Output^ tensor, Output^ shape, String^ opName = L"RiscReshape" )
member RiscReshape : tensor : Output * shape : Output * ?opName : string (* Defaults: let _opName = defaultArg opName "RiscReshape" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,