Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc3366 GraphConstructorOptions graph_ctor_options; in Create() local
3367 graph_ctor_options.allow_internal_ops = true; in Create()
3368 graph_ctor_options.add_default_attributes = true; in Create()
3370 ConvertGraphDefToGraph(graph_ctor_options, graph_def, graph.get())); in Create()