| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.math |
| Modifier and Type | Method and Description |
|---|---|
<T> CompareAndBitpack |
MathOps.compareAndBitpack(Operand<T> input,
Operand<T> threshold)
Builds an
CompareAndBitpack operation |
| Modifier and Type | Method and Description |
|---|---|
static <T> CompareAndBitpack |
CompareAndBitpack.create(Scope scope,
Operand<T> input,
Operand<T> threshold)
Factory method to create a class wrapping a new CompareAndBitpack operation.
|
Copyright © 2015–2019. All rights reserved.