@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.ExtractJpegShape extends Pointer
Attrs):
* output_type: (Optional) The output type of the operation (int32 or int64).
Defaults to int32.
Returns:
* Output: 1-D. The image shape with format [height, width, channels].| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.ExtractJpegShape.Attrs
Optional attribute setters for ExtractJpegShape
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
ExtractJpegShape(Pointer p)
Pointer cast constructor.
|
ExtractJpegShape(tensorflow.Scope scope,
tensorflow.Input contents) |
ExtractJpegShape(tensorflow.Scope scope,
tensorflow.Input contents,
tensorflow.ExtractJpegShape.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Output |
image_shape() |
tensorflow.ExtractJpegShape |
image_shape(tensorflow.Output image_shape) |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.ExtractJpegShape |
operation(tensorflow.Operation operation) |
static tensorflow.ExtractJpegShape.Attrs |
OutputType(int x) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic ExtractJpegShape(Pointer p)
Pointer.Pointer(Pointer).public ExtractJpegShape(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input contents)
public ExtractJpegShape(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input contents, @Const @ByRef tensorflow.ExtractJpegShape.Attrs attrs)
@ByVal @Name(value="operator tensorflow::Output") public tensorflow.Output asOutput()
@ByVal @Name(value="operator tensorflow::Input") public tensorflow.Input asInput()
public tensorflow.Node node()
@ByVal public static tensorflow.ExtractJpegShape.Attrs OutputType(@Cast(value="tensorflow::DataType") int x)
@ByRef public tensorflow.Operation operation()
public tensorflow.ExtractJpegShape operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output image_shape()
public tensorflow.ExtractJpegShape image_shape(tensorflow.Output image_shape)
Copyright © 2019. All rights reserved.