chainer.report_scope

chainer.report_scope(*args, **kwds)[source]

Returns a report scope with the current reporter.

This is equivalent to get_current_reporter().scope(observation), except that it does not make the reporter current redundantly.