| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.image |
| Modifier and Type | Method and Description |
|---|---|
<T extends Number> |
ImageOps.drawBoundingBoxes(Operand<T> images,
Operand<Float> boxes)
Builds an
DrawBoundingBoxes operation |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
DrawBoundingBoxes.create(Scope scope,
Operand<T> images,
Operand<Float> boxes)
Factory method to create a class wrapping a new DrawBoundingBoxes operation.
|
Copyright © 2015–2019. All rights reserved.