Home
last modified time | relevance | path

Searched defs:RunOptions (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/tfrt/graph_executor/
Dgraph_executor.h82 using RunOptions = GraphExecutionRunOptions; variable
/external/tensorflow/tensorflow/core/tfrt/saved_model/
Dsaved_model.h132 using RunOptions = GraphExecutionRunOptions; variable
/external/tensorflow/tensorflow/core/protobuf/
Dconfig.proto727 message RunOptions { message
/external/tensorflow/tensorflow/python/distribute/
Dcross_device_ops_test.py208 RunOptions = collections.namedtuple( # pylint: disable=invalid-name variable in CollectiveOpsTest
Ddistribute_lib.py616 class RunOptions( class