GraphTensorArrayRead Method |
Namespace: Emgu.TF
public Operation TensorArrayRead( Output handle, Output index, Output flow_in, DataType dtype, string opName = "TensorArrayRead" )
Public Function TensorArrayRead ( handle As Output, index As Output, flow_in As Output, dtype As DataType, Optional opName As String = "TensorArrayRead" ) As Operation
public: Operation^ TensorArrayRead( Output^ handle, Output^ index, Output^ flow_in, DataType dtype, String^ opName = L"TensorArrayRead" )
member TensorArrayRead : handle : Output * index : Output * flow_in : Output * dtype : DataType * ?opName : string (* Defaults: let _opName = defaultArg opName "TensorArrayRead" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,