@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.InplaceSub extends Pointer
v into specified rows of x.
Computes y = x; y[i, :] -= v; return y.
Arguments:
* scope: A Scope object
* x: A Tensor of type T.
* i: A vector. Indices into the left-most dimension of x.
* v: A Tensor of type T. Same dimension sizes as x except the first dimension, which must be the same as i's size.
Returns:
* Output: A Tensor of type T. An alias of x. The content of y is undefined if there are duplicates in i.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
InplaceSub(Pointer p)
Pointer cast constructor.
|
InplaceSub(tensorflow.Scope scope,
tensorflow.Input x,
tensorflow.Input i,
tensorflow.Input v) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.InplaceSub |
operation(tensorflow.Operation operation) |
tensorflow.Output |
y() |
tensorflow.InplaceSub |
y(tensorflow.Output y) |
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 InplaceSub(Pointer p)
Pointer.Pointer(Pointer).public InplaceSub(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input x, @ByVal tensorflow.Input i, @ByVal tensorflow.Input v)
@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.InplaceSub operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output y()
public tensorflow.InplaceSub y(tensorflow.Output y)
Copyright © 2019. All rights reserved.