@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.Fact extends Pointer
Output a fact about factorials.
Arguments:
* scope: A Scope object
Returns:
* Output: The fact tensor.
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Fact(Pointer p)
Pointer cast constructor.
|
Fact(tensorflow.Scope scope) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Output |
fact() |
tensorflow.Fact |
fact(tensorflow.Output fact) |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.Fact |
operation(tensorflow.Operation operation) |
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 Fact(Pointer p)
Pointer.Pointer(Pointer).public Fact(@Const @ByRef tensorflow.Scope scope)
@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.Fact operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output fact()
public tensorflow.Fact fact(tensorflow.Output fact)
Copyright © 2019. All rights reserved.