GraphMutableHashTableOfTensors Method |
Namespace: Emgu.TF
public Operation MutableHashTableOfTensors( DataType key_dtype, DataType value_dtype, string container = null, string shared_name = null, bool use_node_name_sharing = false, long[] value_shape = null, string opName = "MutableHashTableOfTensors" )
Public Function MutableHashTableOfTensors ( key_dtype As DataType, value_dtype As DataType, Optional container As String = Nothing, Optional shared_name As String = Nothing, Optional use_node_name_sharing As Boolean = false, Optional value_shape As Long() = Nothing, Optional opName As String = "MutableHashTableOfTensors" ) As Operation
public: Operation^ MutableHashTableOfTensors( DataType key_dtype, DataType value_dtype, String^ container = nullptr, String^ shared_name = nullptr, bool use_node_name_sharing = false, array<long long>^ value_shape = nullptr, String^ opName = L"MutableHashTableOfTensors" )
member MutableHashTableOfTensors : key_dtype : DataType * value_dtype : DataType * ?container : string * ?shared_name : string * ?use_node_name_sharing : bool * ?value_shape : int64[] * ?opName : string (* Defaults: let _container = defaultArg container null let _shared_name = defaultArg shared_name null let _use_node_name_sharing = defaultArg use_node_name_sharing false let _value_shape = defaultArg value_shape null let _opName = defaultArg opName "MutableHashTableOfTensors" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,