Contents

MPSGraphIfThenElseBlock

A block of operations executed under either the if or else condition.

Declaration

typealias MPSGraphIfThenElseBlock = () -> [MPSGraphTensor]

Return Value

Tensors returned by user. If not empty, the user must define both the then and else blocks, both should have the same number of arguments, and each corresponding argument should have the same element types.