Click or drag to resize

GraphXlaSparseDenseMatmulWithCsrInput Method

https://www.emgu.com/wiki/index.php/Emgu_TF
XlaSparseDenseMatmulWithCsrInput

Namespace:  Emgu.TF
Assembly:  Emgu.TF (in Emgu.TF.dll) Version: 2.16.1.1620+d2904aaafaa66327b642f4fbd5e3c7133dd331e0
Syntax
public Operation XlaSparseDenseMatmulWithCsrInput(
	Output row_pointers,
	Output sorted_sample_ids,
	Output sorted_token_ids,
	Output sorted_gains,
	Output embedding_table,
	Output num_minibatches_per_physical_sparse_core,
	long input_size,
	float quantization_config_low,
	float quantization_config_high,
	long quantization_config_num_buckets,
	string table_name,
	string opName = "XlaSparseDenseMatmulWithCsrInput"
)

Parameters

row_pointers
Type: Emgu.TFOutput
Input to the operation.
sorted_sample_ids
Type: Emgu.TFOutput
Input to the operation.
sorted_token_ids
Type: Emgu.TFOutput
Input to the operation.
sorted_gains
Type: Emgu.TFOutput
Input to the operation.
embedding_table
Type: Emgu.TFOutput
Input to the operation.
num_minibatches_per_physical_sparse_core
Type: Emgu.TFOutput
Input to the operation.
input_size
Type: SystemInt64
input size
quantization_config_low
Type: SystemSingle
quantization config low
quantization_config_high
Type: SystemSingle
quantization config high
quantization_config_num_buckets
Type: SystemInt64
quantization config num buckets
table_name
Type: SystemString
table name
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] activations(type: DtFloat).
See Also