Home
last modified time | relevance | path

Searched refs:GraphConstructorOptions (Results 1 – 25 of 33) sorted by relevance

12

/external/tensorflow/tensorflow/core/graph/
Dgraph_constructor.h33 struct GraphConstructorOptions { struct
34 GraphConstructorOptions() {} in GraphConstructorOptions() argument
46 extern Status ConvertGraphDefToGraph(const GraphConstructorOptions& opts, argument
52 extern Status ConvertNodeDefsToGraph(const GraphConstructorOptions& opts,
Dgraph_def_builder_util.cc24 GraphConstructorOptions opts; in GraphDefBuilderToGraph()
Dgraph_test.cc112 GraphConstructorOptions opts; in FromGraphDef()
669 GraphConstructorOptions opts; in BM_InEdgeIteration()
710 GraphConstructorOptions opts; in BM_GraphCreation()
750 GraphConstructorOptions opts; in BM_ToGraphDef()
Dmkl_tfconversion_pass_test.cc50 GraphConstructorOptions opts; in InitGraph()
Doptimizer_cse_test.cc43 GraphConstructorOptions opts; in InitGraph()
Dquantize_training_test.cc316 GraphConstructorOptions opts; in TEST_F()
348 GraphConstructorOptions opts; in TEST_F()
Dsubgraph_test.cc54 GraphConstructorOptions opts; in ExpectOK()
Dgraph_constructor.cc71 Options(const GraphConstructorOptions& in) // NOLINT(runtime/explicit) in Options()
1207 Status ConvertGraphDefToGraph(const GraphConstructorOptions& opts, in ConvertGraphDefToGraph()
1216 Status ConvertNodeDefsToGraph(const GraphConstructorOptions& opts, in ConvertNodeDefsToGraph()
Dmkl_layout_pass_test.cc57 GraphConstructorOptions opts; in InitGraph()
Dquantize_training.cc667 GraphConstructorOptions opts; in DoQuantizeTrainingOnGraphDef()
/external/tensorflow/tensorflow/cc/framework/
Dscope.h217 Graph* g, GraphConstructorOptions opts = GraphConstructorOptions{}) const;
Dscope.cc317 Status Scope::ToGraph(Graph* g, GraphConstructorOptions opts) const { in ToGraph()
/external/tensorflow/tensorflow/core/framework/
Dgraph_to_functiondef_test.cc69 GraphConstructorOptions options; in TEST()
106 GraphConstructorOptions options; in TEST()
/external/tensorflow/tensorflow/tools/optimization/
Doptimization_pass_runner.cc117 GraphConstructorOptions graph_opts; in RunMain()
/external/tensorflow/tensorflow/core/common_runtime/
Dpartitioning_utils.cc62 GraphConstructorOptions opts; in PartitionFunctionGraph()
Dgraph_execution_state.cc551 GraphConstructorOptions opts; in InitBaseGraph()
716 GraphConstructorOptions opts; in OptimizeGraph()
Dshape_refiner.cc149 GraphConstructorOptions options; in InferShapesForFunction()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.cc148 GraphConstructorOptions opts; in InitItem()
181 GraphConstructorOptions device_opts; in InitItem()
/external/tensorflow/tensorflow/compiler/jit/
Dclone_constants_for_better_clustering_test.cc47 GraphConstructorOptions opts; in CloneConstantsForBetterClustering()
/external/tensorflow/tensorflow/contrib/session_bundle/
Dbundle_shim.cc307 GraphConstructorOptions opts; in BuildTensorNameToDtypeMap()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla.cc365 TF_RETURN_IF_ERROR(ConvertGraphDefToGraph(GraphConstructorOptions(), in InitGraph()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph.cc635 GraphConstructorOptions gcopts; in RegisterSegmentFunctionToFunctionLibrary()
806 TF_RETURN_IF_ERROR(ConvertGraphDefToGraph(GraphConstructorOptions(), in ConvertAfterShapes()
/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder.cc136 GraphConstructorOptions graph_ctor_opts; in OptimizeGraph()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmeta_optimizer.cc758 TF_RETURN_IF_ERROR(ConvertGraphDefToGraph(GraphConstructorOptions(), in OptimizeGraph()
Dfunction_optimizer.cc1152 GraphConstructorOptions graph_ctor_opts; in InlineSymbolicGradient()
1479 GraphConstructorOptions opts; in PlaceInlinedFunctionBody()

12