Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dgraph_def_util.h55 Status AddDefaultAttrsToGraphDef(GraphDef* graph_def,
61 Status AddDefaultAttrsToGraphDef(GraphDef* graph_def,
Dgraph_def_util.cc54 Status AddDefaultAttrsToGraphDef(GraphDef* graph_def, in AddDefaultAttrsToGraphDef() function
57 return AddDefaultAttrsToGraphDef(graph_def, op_registry, node_offset, false); in AddDefaultAttrsToGraphDef()
60 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.cc92 AddDefaultAttrsToGraphDef(&ret->original_graph_def_, *ret->flib_def_, 0)); in MakeForBaseGraph()
121 AddDefaultAttrsToGraphDef(&ret->original_graph_def_, *ret->flib_def_, 0)); in MakeForPrunedGraph()
161 AddDefaultAttrsToGraphDef(&gdef, *flib_def_, old_node_size)); in Extend()
212 TF_RETURN_IF_ERROR(AddDefaultAttrsToGraphDef( in Extend()
/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder.cc151 return AddDefaultAttrsToGraphDef(output_graph_def, *graphptr->op_registry(), in OptimizeGraph()
583 Status attr_status = AddDefaultAttrsToGraphDef( in GrapplerItemFromMetaGraphDef()
/external/tensorflow/tensorflow/contrib/session_bundle/
Dsession_bundle.cc171 AddDefaultAttrsToGraphDef(bundle->meta_graph_def.mutable_graph_def(), in LoadSessionBundleFromPathUsingRunOptionsInternal()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla.cc362 TF_RETURN_IF_ERROR(AddDefaultAttrsToGraphDef( in InitGraph()
Dtf2xla_util.cc382 AddDefaultAttrsToGraphDef(&gd, *op_registry, 0 /*node_offset*/)); in AddPlaceholdersForFeeds()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc1196 TF_RETURN_IF_ERROR(AddDefaultAttrsToGraphDef(&inlined_graph_def, in InlineSymbolicGradient()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties_test.cc1724 TF_CHECK_OK(AddDefaultAttrsToGraphDef( in TEST_F()