@Name(value="tensorflow::ops::Cast") @NoOffset public static class tensorflow.CastOp extends Pointer
Output: The y tensor.| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.CastOp.Attrs
Optional attribute setters for Cast
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
CastOp(Pointer p)
Pointer cast constructor.
|
CastOp(tensorflow.Scope scope,
tensorflow.Input x,
int DstT) |
CastOp(tensorflow.Scope scope,
tensorflow.Input x,
int DstT,
tensorflow.CastOp.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.CastOp |
operation(tensorflow.Operation operation) |
static tensorflow.CastOp.Attrs |
Truncate(boolean x) |
tensorflow.Output |
y() |
tensorflow.CastOp |
y(tensorflow.Output y) |
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 CastOp(Pointer p)
Pointer.Pointer(Pointer).public CastOp(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input x, @Cast(value="tensorflow::DataType") int DstT)
public CastOp(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input x, @Cast(value="tensorflow::DataType") int DstT, @Const @ByRef tensorflow.CastOp.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.CastOp.Attrs Truncate(@Cast(value="bool") boolean x)
@ByRef public tensorflow.Operation operation()
public tensorflow.CastOp operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output y()
public tensorflow.CastOp y(tensorflow.Output y)
Copyright © 2019. All rights reserved.