@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.NoOp extends Pointer
Does nothing. Only useful as a placeholder for control edges.
Arguments:
* scope: A Scope object
Returns:
* the created Operation
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
NoOp(Pointer p)
Pointer cast constructor.
|
NoOp(tensorflow.Scope scope) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Operation |
asOperation() |
tensorflow.Operation |
operation() |
tensorflow.NoOp |
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 NoOp(Pointer p)
Pointer.Pointer(Pointer).public NoOp(@Const @ByRef tensorflow.Scope scope)
@ByVal @Name(value="operator tensorflow::Operation") public tensorflow.Operation asOperation()
@ByRef public tensorflow.Operation operation()
public tensorflow.NoOp operation(tensorflow.Operation operation)
Copyright © 2019. All rights reserved.