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