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