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