@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.BiasAddGrad extends Pointer
Attrs):
* data_format: Specify the data format of the input and output data. With the
default format "NHWC", the bias tensor will be added to the last dimension
of the value tensor.
Alternatively, the format could be "NCHW", the data storage order of:
[batch, in_channels, in_height, in_width].
The tensor will be added to "in_channels", the third-to-the-last
dimension.
Returns:
* Output: 1-D with size the feature dimension of out_backprop.| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.BiasAddGrad.Attrs
Optional attribute setters for BiasAddGrad
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
BiasAddGrad(Pointer p)
Pointer cast constructor.
|
BiasAddGrad(tensorflow.Scope scope,
tensorflow.Input out_backprop) |
BiasAddGrad(tensorflow.Scope scope,
tensorflow.Input out_backprop,
tensorflow.BiasAddGrad.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
static tensorflow.BiasAddGrad.Attrs |
DataFormat(BytePointer x) |
static tensorflow.BiasAddGrad.Attrs |
DataFormat(String x) |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.BiasAddGrad |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output() |
tensorflow.BiasAddGrad |
output(tensorflow.Output output) |
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 BiasAddGrad(Pointer p)
Pointer.Pointer(Pointer).public BiasAddGrad(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input out_backprop)
public BiasAddGrad(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input out_backprop, @Const @ByRef tensorflow.BiasAddGrad.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.BiasAddGrad.Attrs DataFormat(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.BiasAddGrad.Attrs DataFormat(@tensorflow.StringPiece String x)
@ByRef public tensorflow.Operation operation()
public tensorflow.BiasAddGrad operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.BiasAddGrad output(tensorflow.Output output)
Copyright © 2019. All rights reserved.