Home
last modified time | relevance | path

Searched refs:graph_ctor_opts (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder.cc271 GraphConstructorOptions graph_ctor_opts; in RuntimeGraphOptimizer() local
272 graph_ctor_opts.allow_internal_ops = true; in RuntimeGraphOptimizer()
273 graph_ctor_opts.expect_device_spec = false; in RuntimeGraphOptimizer()
277 graph_ctor_opts, std::move(graph_def), graphptr.get())); in RuntimeGraphOptimizer()