train

inline fun <R> train(ctx: ExecutionContext, block: (ExecutionContext) -> R): R(source)

Execute the given block with the phase set to TRAIN, using a delegating context wrapper.