Searched refs:AddDefaultAttrsToGraphDef (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | graph_def_util.h | 55 Status AddDefaultAttrsToGraphDef(GraphDef* graph_def, 61 Status AddDefaultAttrsToGraphDef(GraphDef* graph_def,
|
D | graph_def_util.cc | 54 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/ |
D | validate_test.cc | 67 TF_ASSERT_OK(AddDefaultAttrsToGraphDef(&graph_def, *OpRegistry::Global(), 0)); in TEST() 90 TF_ASSERT_OK(AddDefaultAttrsToGraphDef(&graph_def, *OpRegistry::Global(), 0)); in TEST()
|
D | validate.cc | 49 TF_RETURN_IF_ERROR(AddDefaultAttrsToGraphDef(©, op_registry, 0)); in ValidateGraphDefAgainstOpRegistry()
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | add_default_attributes.cc | 33 TF_RETURN_IF_ERROR(AddDefaultAttrsToGraphDef(output_graph_def, *flib_def, 0)); in AddDefaultAttributes()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | graph_execution_state.cc | 92 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/ |
D | grappler_item_builder.cc | 151 return AddDefaultAttrsToGraphDef(output_graph_def, *graphptr->op_registry(), in OptimizeGraph() 583 Status attr_status = AddDefaultAttrsToGraphDef( in GrapplerItemFromMetaGraphDef()
|
/external/tensorflow/tensorflow/contrib/session_bundle/ |
D | session_bundle.cc | 171 AddDefaultAttrsToGraphDef(bundle->meta_graph_def.mutable_graph_def(), in LoadSessionBundleFromPathUsingRunOptionsInternal()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | tf2xla.cc | 362 TF_RETURN_IF_ERROR(AddDefaultAttrsToGraphDef( in InitGraph()
|
D | tf2xla_util.cc | 382 AddDefaultAttrsToGraphDef(&gd, *op_registry, 0 /*node_offset*/)); in AddPlaceholdersForFeeds()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | function_optimizer.cc | 1196 TF_RETURN_IF_ERROR(AddDefaultAttrsToGraphDef(&inlined_graph_def, in InlineSymbolicGradient()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | graph_properties_test.cc | 1724 TF_CHECK_OK(AddDefaultAttrsToGraphDef( in TEST_F()
|