@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.Timestamp extends Pointer
float64 for seconds since the Unix epoch.
Note: the timestamp is computed when the op is executed, not when it is added
to the graph.
Arguments:
* scope: A Scope object
Returns:
* Output: The ts tensor.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Timestamp(Pointer p)
Pointer cast constructor.
|
Timestamp(tensorflow.Scope scope) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.Timestamp |
operation(tensorflow.Operation operation) |
tensorflow.Output |
ts() |
tensorflow.Timestamp |
ts(tensorflow.Output ts) |
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 Timestamp(Pointer p)
Pointer.Pointer(Pointer).public Timestamp(@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.Timestamp operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output ts()
public tensorflow.Timestamp ts(tensorflow.Output ts)
Copyright © 2019. All rights reserved.