@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.FusedBatchNormGradV2 extends Pointer
Attrs):
* epsilon: A small float number added to the variance of x.
* data_format: The data format for y_backprop, x, x_backprop.
Either "NHWC" (default) or "NCHW".
* is_training: A bool value to indicate the operation is for training (default)
or inference.
Returns:
* Output x_backprop: A 4D Tensor for the gradient with respect to x.
* Output scale_backprop: A 1D Tensor for the gradient with respect to scale.
* Output offset_backprop: A 1D Tensor for the gradient with respect to offset.
* Output reserve_space_3: Unused placeholder to match the mean input in FusedBatchNorm.
* Output reserve_space_4: Unused placeholder to match the variance input
in FusedBatchNorm.| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.FusedBatchNormGradV2.Attrs
Optional attribute setters for FusedBatchNormGradV2
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
FusedBatchNormGradV2(Pointer p)
Pointer cast constructor.
|
FusedBatchNormGradV2(tensorflow.Scope scope,
tensorflow.Input y_backprop,
tensorflow.Input x,
tensorflow.Input scale,
tensorflow.Input reserve_space_1,
tensorflow.Input reserve_space_2) |
FusedBatchNormGradV2(tensorflow.Scope scope,
tensorflow.Input y_backprop,
tensorflow.Input x,
tensorflow.Input scale,
tensorflow.Input reserve_space_1,
tensorflow.Input reserve_space_2,
tensorflow.FusedBatchNormGradV2.Attrs attrs) |
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 FusedBatchNormGradV2(Pointer p)
Pointer.Pointer(Pointer).public FusedBatchNormGradV2(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input y_backprop, @ByVal tensorflow.Input x, @ByVal tensorflow.Input scale, @ByVal tensorflow.Input reserve_space_1, @ByVal tensorflow.Input reserve_space_2)
public FusedBatchNormGradV2(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input y_backprop, @ByVal tensorflow.Input x, @ByVal tensorflow.Input scale, @ByVal tensorflow.Input reserve_space_1, @ByVal tensorflow.Input reserve_space_2, @Const @ByRef tensorflow.FusedBatchNormGradV2.Attrs attrs)
@ByVal public static tensorflow.FusedBatchNormGradV2.Attrs Epsilon(float x)
@ByVal public static tensorflow.FusedBatchNormGradV2.Attrs DataFormat(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.FusedBatchNormGradV2.Attrs DataFormat(@tensorflow.StringPiece String x)
@ByVal public static tensorflow.FusedBatchNormGradV2.Attrs IsTraining(@Cast(value="bool") boolean x)
@ByRef public tensorflow.Operation operation()
public tensorflow.FusedBatchNormGradV2 operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output x_backprop()
public tensorflow.FusedBatchNormGradV2 x_backprop(tensorflow.Output x_backprop)
@ByRef public tensorflow.Output scale_backprop()
public tensorflow.FusedBatchNormGradV2 scale_backprop(tensorflow.Output scale_backprop)
@ByRef public tensorflow.Output offset_backprop()
public tensorflow.FusedBatchNormGradV2 offset_backprop(tensorflow.Output offset_backprop)
@ByRef public tensorflow.Output reserve_space_3()
public tensorflow.FusedBatchNormGradV2 reserve_space_3(tensorflow.Output reserve_space_3)
@ByRef public tensorflow.Output reserve_space_4()
public tensorflow.FusedBatchNormGradV2 reserve_space_4(tensorflow.Output reserve_space_4)
Copyright © 2019. All rights reserved.