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