@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.TensorArrayGrad extends Pointer
source).
The attribute source is added as a suffix to the forward TensorArray's
name when performing the creation / lookup, so that each separate gradient
calculation gets its own TensorArray accumulator.
Arguments:
* scope: A Scope object
* handle: The handle to the forward TensorArray.
* flow_in: A float scalar that enforces proper chaining of operations.
* source: The gradient source string, used to decide which gradient TensorArray
to return.
Returns:
* Output grad_handle
* Output flow_outPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
TensorArrayGrad(Pointer p)
Pointer cast constructor.
|
TensorArrayGrad(tensorflow.Scope scope,
tensorflow.Input handle,
tensorflow.Input flow_in,
BytePointer source) |
TensorArrayGrad(tensorflow.Scope scope,
tensorflow.Input handle,
tensorflow.Input flow_in,
String source) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Output |
flow_out() |
tensorflow.TensorArrayGrad |
flow_out(tensorflow.Output flow_out) |
tensorflow.Output |
grad_handle() |
tensorflow.TensorArrayGrad |
grad_handle(tensorflow.Output grad_handle) |
tensorflow.Operation |
operation() |
tensorflow.TensorArrayGrad |
operation(tensorflow.Operation operation) |
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 TensorArrayGrad(Pointer p)
Pointer.Pointer(Pointer).public TensorArrayGrad(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input handle, @ByVal tensorflow.Input flow_in, @tensorflow.StringPiece BytePointer source)
public TensorArrayGrad(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input handle, @ByVal tensorflow.Input flow_in, @tensorflow.StringPiece String source)
@ByRef public tensorflow.Operation operation()
public tensorflow.TensorArrayGrad operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output grad_handle()
public tensorflow.TensorArrayGrad grad_handle(tensorflow.Output grad_handle)
@ByRef public tensorflow.Output flow_out()
public tensorflow.TensorArrayGrad flow_out(tensorflow.Output flow_out)
Copyright © 2019. All rights reserved.