@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.Atan2 extends Pointer
y/x element-wise, respecting signs of the arguments.
This is the angle \( \theta \in [-\pi, \pi] \) such that
\[ x = r \cos(\theta) \]
and
\[ y = r \sin(\theta) \]
where \(r = \sqrt(x^2 + y^2) \).
Arguments:
* scope: A Scope object
Returns:
* Output: The z tensor.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Atan2(Pointer p)
Pointer cast constructor.
|
Atan2(tensorflow.Scope scope,
tensorflow.Input y,
tensorflow.Input x) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.Atan2 |
operation(tensorflow.Operation operation) |
tensorflow.Output |
z() |
tensorflow.Atan2 |
z(tensorflow.Output z) |
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 Atan2(Pointer p)
Pointer.Pointer(Pointer).public Atan2(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input y, @ByVal tensorflow.Input x)
@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.Atan2 operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output z()
public tensorflow.Atan2 z(tensorflow.Output z)
Copyright © 2019. All rights reserved.