@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.SparseApplyProximalGradientDescent 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.SparseApplyProximalGradientDescent.Attrs
Optional attribute setters for SparseApplyProximalGradientDescent
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
SparseApplyProximalGradientDescent(Pointer p)
Pointer cast constructor.
|
SparseApplyProximalGradientDescent(tensorflow.Scope scope,
tensorflow.Input var,
tensorflow.Input alpha,
tensorflow.Input l1,
tensorflow.Input l2,
tensorflow.Input grad,
tensorflow.Input indices) |
SparseApplyProximalGradientDescent(tensorflow.Scope scope,
tensorflow.Input var,
tensorflow.Input alpha,
tensorflow.Input l1,
tensorflow.Input l2,
tensorflow.Input grad,
tensorflow.Input indices,
tensorflow.SparseApplyProximalGradientDescent.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.SparseApplyProximalGradientDescent |
operation(tensorflow.Operation operation) |
tensorflow.Output |
out() |
tensorflow.SparseApplyProximalGradientDescent |
out(tensorflow.Output out) |
static tensorflow.SparseApplyProximalGradientDescent.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 SparseApplyProximalGradientDescent(Pointer p)
Pointer.Pointer(Pointer).public SparseApplyProximalGradientDescent(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input var, @ByVal tensorflow.Input alpha, @ByVal tensorflow.Input l1, @ByVal tensorflow.Input l2, @ByVal tensorflow.Input grad, @ByVal tensorflow.Input indices)
public SparseApplyProximalGradientDescent(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input var, @ByVal tensorflow.Input alpha, @ByVal tensorflow.Input l1, @ByVal tensorflow.Input l2, @ByVal tensorflow.Input grad, @ByVal tensorflow.Input indices, @Const @ByRef tensorflow.SparseApplyProximalGradientDescent.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.SparseApplyProximalGradientDescent.Attrs UseLocking(@Cast(value="bool") boolean x)
@ByRef public tensorflow.Operation operation()
public tensorflow.SparseApplyProximalGradientDescent operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output out()
public tensorflow.SparseApplyProximalGradientDescent out(tensorflow.Output out)
Copyright © 2019. All rights reserved.