@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.CholeskyGrad extends Pointer
[..., M, M].
Algorithm depends only on lower triangular part of the innermost matrices of
this tensor.
* grad: df/dl where f is some scalar function. Shape is [..., M, M].
Algorithm depends only on lower triangular part of the innermost matrices of
this tensor.
Returns:
* Output: Symmetrized version of df/dA . Shape is [..., M, M]Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
CholeskyGrad(Pointer p)
Pointer cast constructor.
|
CholeskyGrad(tensorflow.Scope scope,
tensorflow.Input l,
tensorflow.Input grad) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.CholeskyGrad |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output() |
tensorflow.CholeskyGrad |
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 CholeskyGrad(Pointer p)
Pointer.Pointer(Pointer).public CholeskyGrad(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input l, @ByVal tensorflow.Input grad)
@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.CholeskyGrad operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.CholeskyGrad output(tensorflow.Output output)
Copyright © 2019. All rights reserved.