/external/tensorflow/tensorflow/core/graph/ |
D | graph_constructor.h | 33 struct GraphConstructorOptions { struct 34 GraphConstructorOptions() {} in GraphConstructorOptions() argument 46 extern Status ConvertGraphDefToGraph(const GraphConstructorOptions& opts, argument 52 extern Status ConvertNodeDefsToGraph(const GraphConstructorOptions& opts,
|
D | graph_def_builder_util.cc | 24 GraphConstructorOptions opts; in GraphDefBuilderToGraph()
|
D | graph_test.cc | 112 GraphConstructorOptions opts; in FromGraphDef() 669 GraphConstructorOptions opts; in BM_InEdgeIteration() 710 GraphConstructorOptions opts; in BM_GraphCreation() 750 GraphConstructorOptions opts; in BM_ToGraphDef()
|
D | mkl_tfconversion_pass_test.cc | 50 GraphConstructorOptions opts; in InitGraph()
|
D | optimizer_cse_test.cc | 43 GraphConstructorOptions opts; in InitGraph()
|
D | quantize_training_test.cc | 316 GraphConstructorOptions opts; in TEST_F() 348 GraphConstructorOptions opts; in TEST_F()
|
D | subgraph_test.cc | 54 GraphConstructorOptions opts; in ExpectOK()
|
D | graph_constructor.cc | 71 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()
|
D | mkl_layout_pass_test.cc | 57 GraphConstructorOptions opts; in InitGraph()
|
D | quantize_training.cc | 667 GraphConstructorOptions opts; in DoQuantizeTrainingOnGraphDef()
|
/external/tensorflow/tensorflow/cc/framework/ |
D | scope.h | 217 Graph* g, GraphConstructorOptions opts = GraphConstructorOptions{}) const;
|
D | scope.cc | 317 Status Scope::ToGraph(Graph* g, GraphConstructorOptions opts) const { in ToGraph()
|
/external/tensorflow/tensorflow/core/framework/ |
D | graph_to_functiondef_test.cc | 69 GraphConstructorOptions options; in TEST() 106 GraphConstructorOptions options; in TEST()
|
/external/tensorflow/tensorflow/tools/optimization/ |
D | optimization_pass_runner.cc | 117 GraphConstructorOptions graph_opts; in RunMain()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | partitioning_utils.cc | 62 GraphConstructorOptions opts; in PartitionFunctionGraph()
|
D | graph_execution_state.cc | 551 GraphConstructorOptions opts; in InitBaseGraph() 716 GraphConstructorOptions opts; in OptimizeGraph()
|
D | shape_refiner.cc | 149 GraphConstructorOptions options; in InferShapesForFunction()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | graph_mgr.cc | 148 GraphConstructorOptions opts; in InitItem() 181 GraphConstructorOptions device_opts; in InitItem()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | clone_constants_for_better_clustering_test.cc | 47 GraphConstructorOptions opts; in CloneConstantsForBetterClustering()
|
/external/tensorflow/tensorflow/contrib/session_bundle/ |
D | bundle_shim.cc | 307 GraphConstructorOptions opts; in BuildTensorNameToDtypeMap()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | tf2xla.cc | 365 TF_RETURN_IF_ERROR(ConvertGraphDefToGraph(GraphConstructorOptions(), in InitGraph()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_graph.cc | 635 GraphConstructorOptions gcopts; in RegisterSegmentFunctionToFunctionLibrary() 806 TF_RETURN_IF_ERROR(ConvertGraphDefToGraph(GraphConstructorOptions(), in ConvertAfterShapes()
|
/external/tensorflow/tensorflow/core/grappler/ |
D | grappler_item_builder.cc | 136 GraphConstructorOptions graph_ctor_opts; in OptimizeGraph()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | meta_optimizer.cc | 758 TF_RETURN_IF_ERROR(ConvertGraphDefToGraph(GraphConstructorOptions(), in OptimizeGraph()
|
D | function_optimizer.cc | 1152 GraphConstructorOptions graph_ctor_opts; in InlineSymbolicGradient() 1479 GraphConstructorOptions opts; in PlaceInlinedFunctionBody()
|