GraphTensorForestTreeDeserialize Method |
Namespace: Emgu.TF
public Operation TensorForestTreeDeserialize( Output tree_handle, Output tree_config, string opName = "TensorForestTreeDeserialize" )
Public Function TensorForestTreeDeserialize ( tree_handle As Output, tree_config As Output, Optional opName As String = "TensorForestTreeDeserialize" ) As Operation
public: Operation^ TensorForestTreeDeserialize( Output^ tree_handle, Output^ tree_config, String^ opName = L"TensorForestTreeDeserialize" )
member TensorForestTreeDeserialize : tree_handle : Output * tree_config : Output * ?opName : string (* Defaults: let _opName = defaultArg opName "TensorForestTreeDeserialize" *) -> Operation
[Missing <returns> documentation for "M:Emgu.TF.Graph.TensorForestTreeDeserialize(Emgu.TF.Output,Emgu.TF.Output,System.String)"]
2019 Emgu Corporation, All Rights Reserved,