@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.ResourceSparseApplyAdagrad 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.ResourceSparseApplyAdagrad.Attrs
Optional attribute setters for ResourceSparseApplyAdagrad
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
ResourceSparseApplyAdagrad(Pointer p)
Pointer cast constructor.
|
ResourceSparseApplyAdagrad(tensorflow.Scope scope,
tensorflow.Input var,
tensorflow.Input accum,
tensorflow.Input lr,
tensorflow.Input grad,
tensorflow.Input indices) |
ResourceSparseApplyAdagrad(tensorflow.Scope scope,
tensorflow.Input var,
tensorflow.Input accum,
tensorflow.Input lr,
tensorflow.Input grad,
tensorflow.Input indices,
tensorflow.ResourceSparseApplyAdagrad.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Operation |
asOperation() |
tensorflow.Operation |
operation() |
tensorflow.ResourceSparseApplyAdagrad |
operation(tensorflow.Operation operation) |
static tensorflow.ResourceSparseApplyAdagrad.Attrs |
UpdateSlots(boolean x) |
static tensorflow.ResourceSparseApplyAdagrad.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 ResourceSparseApplyAdagrad(Pointer p)
Pointer.Pointer(Pointer).public ResourceSparseApplyAdagrad(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input var, @ByVal tensorflow.Input accum, @ByVal tensorflow.Input lr, @ByVal tensorflow.Input grad, @ByVal tensorflow.Input indices)
public ResourceSparseApplyAdagrad(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input var, @ByVal tensorflow.Input accum, @ByVal tensorflow.Input lr, @ByVal tensorflow.Input grad, @ByVal tensorflow.Input indices, @Const @ByRef tensorflow.ResourceSparseApplyAdagrad.Attrs attrs)
@ByVal @Name(value="operator tensorflow::Operation") public tensorflow.Operation asOperation()
@ByVal public static tensorflow.ResourceSparseApplyAdagrad.Attrs UseLocking(@Cast(value="bool") boolean x)
@ByVal public static tensorflow.ResourceSparseApplyAdagrad.Attrs UpdateSlots(@Cast(value="bool") boolean x)
@ByRef public tensorflow.Operation operation()
public tensorflow.ResourceSparseApplyAdagrad operation(tensorflow.Operation operation)
Copyright © 2019. All rights reserved.