| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.sparse |
| Modifier and Type | Method and Description |
|---|---|
<T,U> SparseCross<T> |
SparseOps.sparseCross(Iterable<Operand<Long>> indices,
Iterable<Operand<?>> values,
Iterable<Operand<Long>> shapes,
Iterable<Operand<?>> denseInputs,
Boolean hashedOutput,
Long numBuckets,
Long hashKey,
Class<T> outType,
Class<U> internalType)
Builds an
SparseCross operation |
| Modifier and Type | Method and Description |
|---|---|
static <T,U> SparseCross<T> |
SparseCross.create(Scope scope,
Iterable<Operand<Long>> indices,
Iterable<Operand<?>> values,
Iterable<Operand<Long>> shapes,
Iterable<Operand<?>> denseInputs,
Boolean hashedOutput,
Long numBuckets,
Long hashKey,
Class<T> outType,
Class<U> internalType)
Factory method to create a class wrapping a new SparseCross operation.
|
Copyright © 2015–2019. All rights reserved.