Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dgraph_def_util.h57 Status AddDefaultAttrsToGraphDef(GraphDef* graph_def,
63 Status AddDefaultAttrsToGraphDef(GraphDef* graph_def,
Dgraph_def_util.cc55 Status AddDefaultAttrsToGraphDef(GraphDef* graph_def, in AddDefaultAttrsToGraphDef() function
58 return AddDefaultAttrsToGraphDef(graph_def, op_registry, node_offset, false); in AddDefaultAttrsToGraphDef()
61 Status AddDefaultAttrsToGraphDef(GraphDef* graph_def, in AddDefaultAttrsToGraphDef() function
/external/tensorflow/tensorflow/core/graph/
Dvalidate_test.cc67 TF_ASSERT_OK(AddDefaultAttrsToGraphDef(&graph_def, *OpRegistry::Global(), 0)); in TEST()
90 TF_ASSERT_OK(AddDefaultAttrsToGraphDef(&graph_def, *OpRegistry::Global(), 0)); in TEST()
Dvalidate.cc49 TF_RETURN_IF_ERROR(AddDefaultAttrsToGraphDef(&copy, op_registry, 0)); in ValidateGraphDefAgainstOpRegistry()
/external/tensorflow/tensorflow/tools/graph_transforms/
Dadd_default_attributes.cc33 TF_RETURN_IF_ERROR(AddDefaultAttrsToGraphDef(output_graph_def, *flib_def, 0)); in AddDefaultAttributes()
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_execution_state.cc99 TF_RETURN_IF_ERROR(AddDefaultAttrsToGraphDef(&graph_def, *flib_def, 0)); in MakeForBaseGraph()
162 TF_RETURN_IF_ERROR(AddDefaultAttrsToGraphDef(&temp, *flib_def, 0)); in MakeForPrunedGraph()
219 AddDefaultAttrsToGraphDef(&gdef, *flib_def_, old_node_size)); in Extend()
265 TF_RETURN_IF_ERROR(AddDefaultAttrsToGraphDef(&gdef, *flib_def_, 0)); in Extend()
/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder.cc286 return AddDefaultAttrsToGraphDef(output_graph_def, *graphptr->op_registry(), in RuntimeGraphOptimizer()
616 Status attr_status = AddDefaultAttrsToGraphDef( in GrapplerItemFromMetaGraphDef()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dgraph_compiler_util.cc295 TF_RETURN_IF_ERROR(AddDefaultAttrsToGraphDef( in InitGraph()
Dtf2xla_util.cc382 AddDefaultAttrsToGraphDef(&gd, *op_registry, 0 /*node_offset*/)); in AddPlaceholdersForFeeds()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties_test.cc1968 TF_ASSERT_OK(AddDefaultAttrsToGraphDef( in TEST_F()