@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.IdentityN extends Pointer
python
with tf.get_default_graph().gradient_override_map(
{'IdentityN': 'OverrideGradientWithG'}):
y, _ = identity_n([f(x), x])Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
IdentityN(Pointer p)
Pointer cast constructor.
|
IdentityN(tensorflow.Scope scope,
tensorflow.InputList input) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Output |
get(long index) |
tensorflow.Operation |
operation() |
tensorflow.IdentityN |
operation(tensorflow.Operation operation) |
tensorflow.OutputVector |
output() |
tensorflow.IdentityN |
output(tensorflow.OutputVector 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 IdentityN(Pointer p)
Pointer.Pointer(Pointer).public IdentityN(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.InputList input)
@ByVal @Name(value="operator []") public tensorflow.Output get(@Cast(value="size_t") long index)
@ByRef public tensorflow.Operation operation()
public tensorflow.IdentityN operation(tensorflow.Operation operation)
@ByRef @Cast(value="tensorflow::OutputList*") public tensorflow.OutputVector output()
public tensorflow.IdentityN output(tensorflow.OutputVector output)
Copyright © 2019. All rights reserved.