@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.BesselI1e extends Pointer
x element-wise.
Exponentially scaled modified Bessel function of order 0 defined as
bessel_i1e(x) = exp(-abs(x)) bessel_i1(x).
This function is faster and numerically stabler than bessel_i1(x).
Arguments:
* scope: A Scope object
Returns:
* Output: The y tensor.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
BesselI1e(Pointer p)
Pointer cast constructor.
|
BesselI1e(tensorflow.Scope scope,
tensorflow.Input x) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.BesselI1e |
operation(tensorflow.Operation operation) |
tensorflow.Output |
y() |
tensorflow.BesselI1e |
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 BesselI1e(Pointer p)
Pointer.Pointer(Pointer).public BesselI1e(@Const @ByRef tensorflow.Scope scope, @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.BesselI1e operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output y()
public tensorflow.BesselI1e y(tensorflow.Output y)
Copyright © 2019. All rights reserved.