@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.ResourceApplyProximalAdagrad extends Pointer
Attrs):
* use_locking: If True, updating of the var and accum tensors will be protected by
a lock; otherwise the behavior is undefined, but may exhibit less contention.
Returns:
* the created Operation| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.ResourceApplyProximalAdagrad.Attrs
Optional attribute setters for ResourceApplyProximalAdagrad
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
ResourceApplyProximalAdagrad(Pointer p)
Pointer cast constructor.
|
ResourceApplyProximalAdagrad(tensorflow.Scope scope,
tensorflow.Input var,
tensorflow.Input accum,
tensorflow.Input lr,
tensorflow.Input l1,
tensorflow.Input l2,
tensorflow.Input grad) |
ResourceApplyProximalAdagrad(tensorflow.Scope scope,
tensorflow.Input var,
tensorflow.Input accum,
tensorflow.Input lr,
tensorflow.Input l1,
tensorflow.Input l2,
tensorflow.Input grad,
tensorflow.ResourceApplyProximalAdagrad.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Operation |
asOperation() |
tensorflow.Operation |
operation() |
tensorflow.ResourceApplyProximalAdagrad |
operation(tensorflow.Operation operation) |
static tensorflow.ResourceApplyProximalAdagrad.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 ResourceApplyProximalAdagrad(Pointer p)
Pointer.Pointer(Pointer).public ResourceApplyProximalAdagrad(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input var, @ByVal tensorflow.Input accum, @ByVal tensorflow.Input lr, @ByVal tensorflow.Input l1, @ByVal tensorflow.Input l2, @ByVal tensorflow.Input grad)
public ResourceApplyProximalAdagrad(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input var, @ByVal tensorflow.Input accum, @ByVal tensorflow.Input lr, @ByVal tensorflow.Input l1, @ByVal tensorflow.Input l2, @ByVal tensorflow.Input grad, @Const @ByRef tensorflow.ResourceApplyProximalAdagrad.Attrs attrs)
@ByVal @Name(value="operator tensorflow::Operation") public tensorflow.Operation asOperation()
@ByVal public static tensorflow.ResourceApplyProximalAdagrad.Attrs UseLocking(@Cast(value="bool") boolean x)
@ByRef public tensorflow.Operation operation()
public tensorflow.ResourceApplyProximalAdagrad operation(tensorflow.Operation operation)
Copyright © 2019. All rights reserved.