@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.StridedSliceAssign extends Pointer
value to the sliced l-value reference of ref.
The values of value are assigned to the positions in the variable
ref that are selected by the slice parameters. The slice parameters
begin, end, strides, etc. work exactly as in StridedSlice.
NOTE this op currently does not support broadcasting and so value's
shape must be exactly the shape produced by the slice of ref.
Arguments:
* scope: A Scope object
Returns:
* Output{@code : The output_ref tensor.| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.StridedSliceAssign.Attrs
Optional attribute setters for StridedSliceAssign
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
StridedSliceAssign(Pointer p)
Pointer cast constructor.
|
StridedSliceAssign(tensorflow.Scope scope,
tensorflow.Input ref,
tensorflow.Input begin,
tensorflow.Input end,
tensorflow.Input strides,
tensorflow.Input value) |
StridedSliceAssign(tensorflow.Scope scope,
tensorflow.Input ref,
tensorflow.Input begin,
tensorflow.Input end,
tensorflow.Input strides,
tensorflow.Input value,
tensorflow.StridedSliceAssign.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
static tensorflow.StridedSliceAssign.Attrs |
BeginMask(long x) |
static tensorflow.StridedSliceAssign.Attrs |
EllipsisMask(long x) |
static tensorflow.StridedSliceAssign.Attrs |
EndMask(long x) |
static tensorflow.StridedSliceAssign.Attrs |
NewAxisMask(long x) |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.StridedSliceAssign |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output_ref() |
tensorflow.StridedSliceAssign |
output_ref(tensorflow.Output output_ref) |
static tensorflow.StridedSliceAssign.Attrs |
ShrinkAxisMask(long 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 StridedSliceAssign(Pointer p)
Pointer.Pointer(Pointer).public StridedSliceAssign(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input ref, @ByVal tensorflow.Input begin, @ByVal tensorflow.Input end, @ByVal tensorflow.Input strides, @ByVal tensorflow.Input value)
public StridedSliceAssign(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input ref, @ByVal tensorflow.Input begin, @ByVal tensorflow.Input end, @ByVal tensorflow.Input strides, @ByVal tensorflow.Input value, @Const @ByRef tensorflow.StridedSliceAssign.Attrs attrs)
@ByVal @Name(value="operator tensorflow::Output") public tensorflow.Output asOutput()
@ByVal @Name(value="operator tensorflow::Input") public tensorflow.Input asInput()
public tensorflow.Node node()
@ByVal public static tensorflow.StridedSliceAssign.Attrs BeginMask(@Cast(value="tensorflow::int64") long x)
@ByVal public static tensorflow.StridedSliceAssign.Attrs EndMask(@Cast(value="tensorflow::int64") long x)
@ByVal public static tensorflow.StridedSliceAssign.Attrs EllipsisMask(@Cast(value="tensorflow::int64") long x)
@ByVal public static tensorflow.StridedSliceAssign.Attrs NewAxisMask(@Cast(value="tensorflow::int64") long x)
@ByVal public static tensorflow.StridedSliceAssign.Attrs ShrinkAxisMask(@Cast(value="tensorflow::int64") long x)
@ByRef public tensorflow.Operation operation()
public tensorflow.StridedSliceAssign operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output_ref()
public tensorflow.StridedSliceAssign output_ref(tensorflow.Output output_ref)
Copyright © 2019. All rights reserved.