@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.DataFormatVecPermute extends Pointer
Attrs):
* src_format: source data format.
* dst_format: destination data format.
Returns:
* Output: Vector of size 4 or Tensor of shape (4, 2) in destination data format.| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.DataFormatVecPermute.Attrs
Optional attribute setters for DataFormatVecPermute
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
DataFormatVecPermute(Pointer p)
Pointer cast constructor.
|
DataFormatVecPermute(tensorflow.Scope scope,
tensorflow.Input x) |
DataFormatVecPermute(tensorflow.Scope scope,
tensorflow.Input x,
tensorflow.DataFormatVecPermute.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
static tensorflow.DataFormatVecPermute.Attrs |
DstFormat(BytePointer x) |
static tensorflow.DataFormatVecPermute.Attrs |
DstFormat(String x) |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.DataFormatVecPermute |
operation(tensorflow.Operation operation) |
static tensorflow.DataFormatVecPermute.Attrs |
SrcFormat(BytePointer x) |
static tensorflow.DataFormatVecPermute.Attrs |
SrcFormat(String x) |
tensorflow.Output |
y() |
tensorflow.DataFormatVecPermute |
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 DataFormatVecPermute(Pointer p)
Pointer.Pointer(Pointer).public DataFormatVecPermute(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input x)
public DataFormatVecPermute(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input x, @Const @ByRef tensorflow.DataFormatVecPermute.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.DataFormatVecPermute.Attrs SrcFormat(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.DataFormatVecPermute.Attrs SrcFormat(@tensorflow.StringPiece String x)
@ByVal public static tensorflow.DataFormatVecPermute.Attrs DstFormat(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.DataFormatVecPermute.Attrs DstFormat(@tensorflow.StringPiece String x)
@ByRef public tensorflow.Operation operation()
public tensorflow.DataFormatVecPermute operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output y()
public tensorflow.DataFormatVecPermute y(tensorflow.Output y)
Copyright © 2019. All rights reserved.