session_run_args: Create Session Run Arguments

View source: R/session_run_hooks_builtin_wrappers.R

session_run_argsR Documentation

Create Session Run Arguments

Description

Create a set of session run arguments. These are used as the return values in the before_run(context) callback of a session_run_hook(), for requesting the values of specific tensor in the after_run(context, values) callback.

Usage

session_run_args(...)

Arguments

...

A set of tensors or operations.

See Also

session_run_hook()


tfestimators documentation built on Aug. 19, 2025, 1:15 a.m.