View source on GitHub
|
Represents arguments to be added to a Session.run() call.
tf.compat.v1.train.SessionRunArgs(
fetches, feed_dict=None, options=None
)
fetches
feed_dict
feed_dict argument to Session.Run()
options
options argument to Session.run(), i.e., a
config_pb2.RunOptions proto.
fetches
namedtuple alias for field number 0
feed_dict
namedtuple alias for field number 1
options
namedtuple alias for field number 2
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.
Last updated 2024-04-26 UTC.