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