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