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