@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.CheckNumerics extends Pointer
InvalidArgument error if tensor has any values
that are not a number (NaN) or infinity (Inf). Otherwise, passes tensor as-is.
Arguments:
* scope: A Scope object
* message: Prefix of the error message.
Returns:
* Output: The output tensor.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
CheckNumerics(Pointer p)
Pointer cast constructor.
|
CheckNumerics(tensorflow.Scope scope,
tensorflow.Input tensor,
BytePointer message) |
CheckNumerics(tensorflow.Scope scope,
tensorflow.Input tensor,
String message) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.CheckNumerics |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output() |
tensorflow.CheckNumerics |
output(tensorflow.Output output) |
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 CheckNumerics(Pointer p)
Pointer.Pointer(Pointer).public CheckNumerics(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input tensor, @tensorflow.StringPiece BytePointer message)
public CheckNumerics(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input tensor, @tensorflow.StringPiece String message)
@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.CheckNumerics operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.CheckNumerics output(tensorflow.Output output)
Copyright © 2019. All rights reserved.