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