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