GraphEnqueueTPUEmbeddingArbitraryTensorBatch Method |
Namespace: Emgu.TF
public Operation EnqueueTPUEmbeddingArbitraryTensorBatch( Output sample_indices_or_row_lengths, Output embedding_indices, Output aggregation_weights, Output mode_override, long device_ordinal = -1, string[] combiners = null, string opName = "EnqueueTPUEmbeddingArbitraryTensorBatch" )
Public Function EnqueueTPUEmbeddingArbitraryTensorBatch ( sample_indices_or_row_lengths As Output, embedding_indices As Output, aggregation_weights As Output, mode_override As Output, Optional device_ordinal As Long = -1, Optional combiners As String() = Nothing, Optional opName As String = "EnqueueTPUEmbeddingArbitraryTensorBatch" ) As Operation
public: Operation^ EnqueueTPUEmbeddingArbitraryTensorBatch( Output^ sample_indices_or_row_lengths, Output^ embedding_indices, Output^ aggregation_weights, Output^ mode_override, long long device_ordinal = -1, array<String^>^ combiners = nullptr, String^ opName = L"EnqueueTPUEmbeddingArbitraryTensorBatch" )
member EnqueueTPUEmbeddingArbitraryTensorBatch : sample_indices_or_row_lengths : Output * embedding_indices : Output * aggregation_weights : Output * mode_override : Output * ?device_ordinal : int64 * ?combiners : string[] * ?opName : string (* Defaults: let _device_ordinal = defaultArg device_ordinal -1 let _combiners = defaultArg combiners null let _opName = defaultArg opName "EnqueueTPUEmbeddingArbitraryTensorBatch" *) -> Operation
2022 Emgu Corporation, All Rights Reserved,