@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.TensorArrayGradWithShape extends Pointer
Output grad_handle
* Output flow_outPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
TensorArrayGradWithShape(Pointer p)
Pointer cast constructor.
|
TensorArrayGradWithShape(tensorflow.Scope scope,
tensorflow.Input handle,
tensorflow.Input flow_in,
tensorflow.Input shape_to_prepend,
BytePointer source) |
TensorArrayGradWithShape(tensorflow.Scope scope,
tensorflow.Input handle,
tensorflow.Input flow_in,
tensorflow.Input shape_to_prepend,
String source) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Output |
flow_out() |
tensorflow.TensorArrayGradWithShape |
flow_out(tensorflow.Output flow_out) |
tensorflow.Output |
grad_handle() |
tensorflow.TensorArrayGradWithShape |
grad_handle(tensorflow.Output grad_handle) |
tensorflow.Operation |
operation() |
tensorflow.TensorArrayGradWithShape |
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 TensorArrayGradWithShape(Pointer p)
Pointer.Pointer(Pointer).public TensorArrayGradWithShape(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input handle, @ByVal tensorflow.Input flow_in, @ByVal tensorflow.Input shape_to_prepend, @tensorflow.StringPiece BytePointer source)
public TensorArrayGradWithShape(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input handle, @ByVal tensorflow.Input flow_in, @ByVal tensorflow.Input shape_to_prepend, @tensorflow.StringPiece String source)
@ByRef public tensorflow.Operation operation()
public tensorflow.TensorArrayGradWithShape operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output grad_handle()
public tensorflow.TensorArrayGradWithShape grad_handle(tensorflow.Output grad_handle)
@ByRef public tensorflow.Output flow_out()
public tensorflow.TensorArrayGradWithShape flow_out(tensorflow.Output flow_out)
Copyright © 2019. All rights reserved.