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