GraphSparseTensorDenseAdd Method |
Namespace: Emgu.TF
public Operation SparseTensorDenseAdd( Output a_indices, Output a_values, Output a_shape, Output b, string opName = "SparseTensorDenseAdd" )
Public Function SparseTensorDenseAdd ( a_indices As Output, a_values As Output, a_shape As Output, b As Output, Optional opName As String = "SparseTensorDenseAdd" ) As Operation
public: Operation^ SparseTensorDenseAdd( Output^ a_indices, Output^ a_values, Output^ a_shape, Output^ b, String^ opName = L"SparseTensorDenseAdd" )
member SparseTensorDenseAdd : a_indices : Output * a_values : Output * a_shape : Output * b : Output * ?opName : string (* Defaults: let _opName = defaultArg opName "SparseTensorDenseAdd" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,