GraphRaggedGather Method |
Namespace: Emgu.TF
public Operation RaggedGather( Output params_nested_splits, Output params_dense_values, Output indices, long OUTPUT_RAGGED_RANK, string opName = "RaggedGather" )
Public Function RaggedGather ( params_nested_splits As Output, params_dense_values As Output, indices As Output, OUTPUT_RAGGED_RANK As Long, Optional opName As String = "RaggedGather" ) As Operation
public: Operation^ RaggedGather( Output^ params_nested_splits, Output^ params_dense_values, Output^ indices, long long OUTPUT_RAGGED_RANK, String^ opName = L"RaggedGather" )
member RaggedGather : params_nested_splits : Output * params_dense_values : Output * indices : Output * OUTPUT_RAGGED_RANK : int64 * ?opName : string (* Defaults: let _opName = defaultArg opName "RaggedGather" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,