| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.image |
| Modifier and Type | Method and Description |
|---|---|
ExtractJpegShape<Integer> |
ImageOps.extractJpegShape(Operand<String> contents)
Builds an
ExtractJpegShape operation |
<T extends Number> |
ImageOps.extractJpegShape(Operand<String> contents,
Class<T> outputType)
Builds an
ExtractJpegShape operation |
| Modifier and Type | Method and Description |
|---|---|
static ExtractJpegShape<Integer> |
ExtractJpegShape.create(Scope scope,
Operand<String> contents)
Factory method to create a class wrapping a new ExtractJpegShape operation using default output types.
|
static <T extends Number> |
ExtractJpegShape.create(Scope scope,
Operand<String> contents,
Class<T> outputType)
Factory method to create a class wrapping a new ExtractJpegShape operation.
|
Copyright © 2015–2019. All rights reserved.