GraphTensorArrayGatherV3 Method |
Namespace: Emgu.TF
public Operation TensorArrayGatherV3( Output handle, Output indices, Output flow_in, DataType dtype, long[] element_shape = null, string opName = "TensorArrayGatherV3" )
Public Function TensorArrayGatherV3 ( handle As Output, indices As Output, flow_in As Output, dtype As DataType, Optional element_shape As Long() = Nothing, Optional opName As String = "TensorArrayGatherV3" ) As Operation
public: Operation^ TensorArrayGatherV3( Output^ handle, Output^ indices, Output^ flow_in, DataType dtype, array<long long>^ element_shape = nullptr, String^ opName = L"TensorArrayGatherV3" )
member TensorArrayGatherV3 : handle : Output * indices : Output * flow_in : Output * dtype : DataType * ?element_shape : int64[] * ?opName : string (* Defaults: let _element_shape = defaultArg element_shape null let _opName = defaultArg opName "TensorArrayGatherV3" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,