public final class
XlaSparseDenseMatmul
Public Methods
| Output<Float> | |
| static XlaSparseDenseMatmul | |
| Output<Integer> | |
| Output<Integer> | |
| Output<Float> | |
| Output<Integer> |
Inherited Methods
Public Methods
public static XlaSparseDenseMatmul create (Scope scope, Operand<Integer> rowIds, Operand<?> colIds, Operand<Float> values, Operand<?> offsets, Operand<Float> embeddingTable, Long maxIdsPerPartition, Long maxUniqueIdsPerPartition, Long inputSize)
Factory method to create a class wrapping a new XlaSparseDenseMatmul operation.
Parameters
| scope | current scope |
|---|
Returns
- a new instance of XlaSparseDenseMatmul