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