Classes
| AllReduce<T extends TNumber> | Mutually reduces multiple tensors of identical type and shape. |
| AllReduce.Options | Optional attributes for AllReduce
|
| BroadcastRecv<T extends TType> | Receives a tensor value broadcast from another device. |
| BroadcastRecv.Options | Optional attributes for BroadcastRecv
|
| BroadcastSend<T extends TType> | Broadcasts a tensor value to one or more other devices. |
| BroadcastSend.Options | Optional attributes for BroadcastSend
|
| Gather<T extends TNumber> | Mutually accumulates multiple tensors of identical type and shape. |
| Gather.Options | Optional attributes for Gather
|
| GatherV2<T extends TNumber> | Mutually accumulates multiple tensors of identical type and shape. |
| GatherV2.Options | Optional attributes for GatherV2
|
| Reduce<T extends TNumber> | Mutually reduces multiple tensors of identical type and shape. |
| Reduce.Options | Optional attributes for Reduce
|
| ReduceV2<T extends TNumber> | Mutually reduces multiple tensors of identical type and shape. |
| ReduceV2.Options | Optional attributes for ReduceV2
|