Searched refs:graph_ctor_options (Results 1 – 1 of 1) sorted by relevance
3366 GraphConstructorOptions graph_ctor_options; in Create() local3367 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()