@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.PreventGradient extends Pointer
Attrs):
* message: Will be printed in the error when anyone tries to differentiate
this operation.
Returns:
* Output: the same input tensor.| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.PreventGradient.Attrs
Optional attribute setters for PreventGradient
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
PreventGradient(Pointer p)
Pointer cast constructor.
|
PreventGradient(tensorflow.Scope scope,
tensorflow.Input input) |
PreventGradient(tensorflow.Scope scope,
tensorflow.Input input,
tensorflow.PreventGradient.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
static tensorflow.PreventGradient.Attrs |
Message(BytePointer x) |
static tensorflow.PreventGradient.Attrs |
Message(String x) |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.PreventGradient |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output() |
tensorflow.PreventGradient |
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 PreventGradient(Pointer p)
Pointer.Pointer(Pointer).public PreventGradient(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input)
public PreventGradient(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @Const @ByRef tensorflow.PreventGradient.Attrs attrs)
@ByVal @Name(value="operator tensorflow::Output") public tensorflow.Output asOutput()
@ByVal @Name(value="operator tensorflow::Input") public tensorflow.Input asInput()
public tensorflow.Node node()
@ByVal public static tensorflow.PreventGradient.Attrs Message(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.PreventGradient.Attrs Message(@tensorflow.StringPiece String x)
@ByRef public tensorflow.Operation operation()
public tensorflow.PreventGradient operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.PreventGradient output(tensorflow.Output output)
Copyright © 2019. All rights reserved.