@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.FakeQuantWithMinMaxArgsGradient extends Pointer
Output: Backpropagated gradients below the FakeQuantWithMinMaxArgs operation:
gradients * (inputs >= min && inputs <= max).| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.FakeQuantWithMinMaxArgsGradient.Attrs
Optional attribute setters for FakeQuantWithMinMaxArgsGradient
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
FakeQuantWithMinMaxArgsGradient(Pointer p)
Pointer cast constructor.
|
FakeQuantWithMinMaxArgsGradient(tensorflow.Scope scope,
tensorflow.Input gradients,
tensorflow.Input inputs) |
FakeQuantWithMinMaxArgsGradient(tensorflow.Scope scope,
tensorflow.Input gradients,
tensorflow.Input inputs,
tensorflow.FakeQuantWithMinMaxArgsGradient.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Output |
backprops() |
tensorflow.FakeQuantWithMinMaxArgsGradient |
backprops(tensorflow.Output backprops) |
static tensorflow.FakeQuantWithMinMaxArgsGradient.Attrs |
Max(float x) |
static tensorflow.FakeQuantWithMinMaxArgsGradient.Attrs |
Min(float x) |
static tensorflow.FakeQuantWithMinMaxArgsGradient.Attrs |
NarrowRange(boolean x) |
tensorflow.Node |
node() |
static tensorflow.FakeQuantWithMinMaxArgsGradient.Attrs |
NumBits(long x) |
tensorflow.Operation |
operation() |
tensorflow.FakeQuantWithMinMaxArgsGradient |
operation(tensorflow.Operation operation) |
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 FakeQuantWithMinMaxArgsGradient(Pointer p)
Pointer.Pointer(Pointer).public FakeQuantWithMinMaxArgsGradient(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input gradients, @ByVal tensorflow.Input inputs)
public FakeQuantWithMinMaxArgsGradient(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input gradients, @ByVal tensorflow.Input inputs, @Const @ByRef tensorflow.FakeQuantWithMinMaxArgsGradient.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.FakeQuantWithMinMaxArgsGradient.Attrs Min(float x)
@ByVal public static tensorflow.FakeQuantWithMinMaxArgsGradient.Attrs Max(float x)
@ByVal public static tensorflow.FakeQuantWithMinMaxArgsGradient.Attrs NumBits(@Cast(value="tensorflow::int64") long x)
@ByVal public static tensorflow.FakeQuantWithMinMaxArgsGradient.Attrs NarrowRange(@Cast(value="bool") boolean x)
@ByRef public tensorflow.Operation operation()
public tensorflow.FakeQuantWithMinMaxArgsGradient operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output backprops()
public tensorflow.FakeQuantWithMinMaxArgsGradient backprops(tensorflow.Output backprops)
Copyright © 2019. All rights reserved.