GraphSerializeManySparse Method |
Namespace: Emgu.TF
public Operation SerializeManySparse( Output sparse_indices, Output sparse_values, Output sparse_shape, Nullable<DataType> out_type = null, string opName = "SerializeManySparse" )
Public Function SerializeManySparse ( sparse_indices As Output, sparse_values As Output, sparse_shape As Output, Optional out_type As Nullable(Of DataType) = Nothing, Optional opName As String = "SerializeManySparse" ) As Operation
public: Operation^ SerializeManySparse( Output^ sparse_indices, Output^ sparse_values, Output^ sparse_shape, Nullable<DataType^>^ out_type = nullptr, String^ opName = L"SerializeManySparse" )
member SerializeManySparse : sparse_indices : Output * sparse_values : Output * sparse_shape : Output * ?out_type : Nullable<DataType> * ?opName : string (* Defaults: let _out_type = defaultArg out_type null let _opName = defaultArg opName "SerializeManySparse" *) -> Operation
[Missing <returns> documentation for "M:Emgu.TF.Graph.SerializeManySparse(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.Nullable{Emgu.TF.DataType},System.String)"]
2019 Emgu Corporation, All Rights Reserved,