@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.ApplyAddSign extends Pointer
Attrs):
* use_locking: If True, updating of the var and m tensors is
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.ApplyAddSign.Attrs
Optional attribute setters for ApplyAddSign
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
ApplyAddSign(Pointer p)
Pointer cast constructor.
|
ApplyAddSign(tensorflow.Scope scope,
tensorflow.Input var,
tensorflow.Input m,
tensorflow.Input lr,
tensorflow.Input alpha,
tensorflow.Input sign_decay,
tensorflow.Input beta,
tensorflow.Input grad) |
ApplyAddSign(tensorflow.Scope scope,
tensorflow.Input var,
tensorflow.Input m,
tensorflow.Input lr,
tensorflow.Input alpha,
tensorflow.Input sign_decay,
tensorflow.Input beta,
tensorflow.Input grad,
tensorflow.ApplyAddSign.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.ApplyAddSign |
operation(tensorflow.Operation operation) |
tensorflow.Output |
out() |
tensorflow.ApplyAddSign |
out(tensorflow.Output out) |
static tensorflow.ApplyAddSign.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 ApplyAddSign(Pointer p)
Pointer.Pointer(Pointer).public ApplyAddSign(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input var, @ByVal tensorflow.Input m, @ByVal tensorflow.Input lr, @ByVal tensorflow.Input alpha, @ByVal tensorflow.Input sign_decay, @ByVal tensorflow.Input beta, @ByVal tensorflow.Input grad)
public ApplyAddSign(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input var, @ByVal tensorflow.Input m, @ByVal tensorflow.Input lr, @ByVal tensorflow.Input alpha, @ByVal tensorflow.Input sign_decay, @ByVal tensorflow.Input beta, @ByVal tensorflow.Input grad, @Const @ByRef tensorflow.ApplyAddSign.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.ApplyAddSign.Attrs UseLocking(@Cast(value="bool") boolean x)
@ByRef public tensorflow.Operation operation()
public tensorflow.ApplyAddSign operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output out()
public tensorflow.ApplyAddSign out(tensorflow.Output out)
Copyright © 2019. All rights reserved.