T - data type for r0() outputpublic final class BroadcastGradientArgs<T extends Number> extends PrimitiveOp
This is typically used by gradient computations for a broadcasting operation.
operation| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
create(Scope scope,
Operand<T> s0,
Operand<T> s1)
Factory method to create a class to wrap a new BroadcastGradientArgs operation to the graph.
|
Output<T> |
r0() |
Output<T> |
r1() |
equals, hashCode, toStringpublic static <T extends Number> BroadcastGradientArgs<T> create(Scope scope, Operand<T> s0, Operand<T> s1)
scope - current graph scopes0 - s1 - Copyright © 2015–2019. All rights reserved.