@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.ComplexAbs extends Pointer
x of complex numbers, this operation returns a tensor of type
float or double that is the absolute value of each element in x. All
elements in x must be complex numbers of the form \\(a + bj\\). The absolute
value is computed as \\( \sqrt{a^2 + b^2}\\).
Arguments:
* scope: A Scope object
Returns:
* Output: The y tensor.| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.ComplexAbs.Attrs
Optional attribute setters for ComplexAbs
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
ComplexAbs(Pointer p)
Pointer cast constructor.
|
ComplexAbs(tensorflow.Scope scope,
tensorflow.Input x) |
ComplexAbs(tensorflow.Scope scope,
tensorflow.Input x,
tensorflow.ComplexAbs.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.ComplexAbs |
operation(tensorflow.Operation operation) |
static tensorflow.ComplexAbs.Attrs |
Tout(int x) |
tensorflow.Output |
y() |
tensorflow.ComplexAbs |
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 ComplexAbs(Pointer p)
Pointer.Pointer(Pointer).public ComplexAbs(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input x)
public ComplexAbs(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input x, @Const @ByRef tensorflow.ComplexAbs.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.ComplexAbs.Attrs Tout(@Cast(value="tensorflow::DataType") int x)
@ByRef public tensorflow.Operation operation()
public tensorflow.ComplexAbs operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output y()
public tensorflow.ComplexAbs y(tensorflow.Output y)
Copyright © 2019. All rights reserved.