@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.Igamma extends Pointer
P(a, x).
The lower regularized incomplete Gamma function is defined as:
\\(P(a, x) = gamma(a, x) / Gamma(a) = 1 - Q(a, x)\\)
where
\\(gamma(a, x) = \\int_{0}^{x} t^{a-1} exp(-t) dt\\)
is the lower incomplete Gamma function.
Note, above Q(a, x) (Igammac) is the upper regularized complete
Gamma function.
Arguments:
* scope: A Scope object
Returns:
* Output: The z tensor.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Igamma(Pointer p)
Pointer cast constructor.
|
Igamma(tensorflow.Scope scope,
tensorflow.Input a,
tensorflow.Input x) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.Igamma |
operation(tensorflow.Operation operation) |
tensorflow.Output |
z() |
tensorflow.Igamma |
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 Igamma(Pointer p)
Pointer.Pointer(Pointer).public Igamma(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input a, @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.Igamma operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output z()
public tensorflow.Igamma z(tensorflow.Output z)
Copyright © 2019. All rights reserved.