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