@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.ApplyProximalGradientDescent extends Pointer
Attrs):
* use_locking: If True, the subtraction will be protected by a lock;
otherwise the behavior is undefined, but may exhibit less contention.
Returns:
* Output: Same as "var".| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.ApplyProximalGradientDescent.Attrs
Optional attribute setters for ApplyProximalGradientDescent
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
ApplyProximalGradientDescent(Pointer p)
Pointer cast constructor.
|
ApplyProximalGradientDescent(tensorflow.Scope scope,
tensorflow.Input var,
tensorflow.Input alpha,
tensorflow.Input l1,
tensorflow.Input l2,
tensorflow.Input delta) |
ApplyProximalGradientDescent(tensorflow.Scope scope,
tensorflow.Input var,
tensorflow.Input alpha,
tensorflow.Input l1,
tensorflow.Input l2,
tensorflow.Input delta,
tensorflow.ApplyProximalGradientDescent.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.ApplyProximalGradientDescent |
operation(tensorflow.Operation operation) |
tensorflow.Output |
out() |
tensorflow.ApplyProximalGradientDescent |
out(tensorflow.Output out) |
static tensorflow.ApplyProximalGradientDescent.Attrs |
UseLocking(boolean x) |
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 ApplyProximalGradientDescent(Pointer p)
Pointer.Pointer(Pointer).public ApplyProximalGradientDescent(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input var, @ByVal tensorflow.Input alpha, @ByVal tensorflow.Input l1, @ByVal tensorflow.Input l2, @ByVal tensorflow.Input delta)
public ApplyProximalGradientDescent(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input var, @ByVal tensorflow.Input alpha, @ByVal tensorflow.Input l1, @ByVal tensorflow.Input l2, @ByVal tensorflow.Input delta, @Const @ByRef tensorflow.ApplyProximalGradientDescent.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.ApplyProximalGradientDescent.Attrs UseLocking(@Cast(value="bool") boolean x)
@ByRef public tensorflow.Operation operation()
public tensorflow.ApplyProximalGradientDescent operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output out()
public tensorflow.ApplyProximalGradientDescent out(tensorflow.Output out)
Copyright © 2019. All rights reserved.