@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.TensorArrayScatter extends Pointer
indices must be a vector, its length must match the first dim of value.
Arguments:
* scope: A Scope object
* handle: The handle to a TensorArray.
* indices: The locations at which to write the tensor elements.
* value: The concatenated tensor to write to the TensorArray.
* flow_in: A float scalar that enforces proper chaining of operations.
Returns:
* Output: A float scalar that enforces proper chaining of operations.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
TensorArrayScatter(Pointer p)
Pointer cast constructor.
|
TensorArrayScatter(tensorflow.Scope scope,
tensorflow.Input handle,
tensorflow.Input indices,
tensorflow.Input value,
tensorflow.Input flow_in) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Output |
flow_out() |
tensorflow.TensorArrayScatter |
flow_out(tensorflow.Output flow_out) |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.TensorArrayScatter |
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 TensorArrayScatter(Pointer p)
Pointer.Pointer(Pointer).public TensorArrayScatter(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input handle, @ByVal tensorflow.Input indices, @ByVal tensorflow.Input value, @ByVal tensorflow.Input flow_in)
@ByVal @Name(value="operator tensorflow::Output") public tensorflow.Output asOutput()
@ByVal @Name(value="operator tensorflow::Input") public tensorflow.Input asInput()
public tensorflow.Node node()
@ByRef public tensorflow.Operation operation()
public tensorflow.TensorArrayScatter operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output flow_out()
public tensorflow.TensorArrayScatter flow_out(tensorflow.Output flow_out)
Copyright © 2019. All rights reserved.