Home | History | Annotate | Download | only in framework

Lines Matching refs:graph_def

30 string SummarizeGraphDef(const GraphDef& graph_def);
44 Status ValidateExternalGraphDefSyntax(const GraphDef& graph_def);
46 // Adds default attributes to NodeDefs in 'graph_def' starting
47 // from the 'node_offset' node in 'graph_def'.
51 // Returns OK on success, an error if 'graph_def' has a NodeDef
54 // REQUIRES: 'graph_def' and 'op_registry' are not nullptr.
55 Status AddDefaultAttrsToGraphDef(GraphDef* graph_def,
59 // Remove attrs from 'graph_def' that have the default value according
61 // 'consumer_op_registry'. This can allow 'graph_def' to run on the
71 // // For each consumer, update 'graph_def':
75 // &graph_def, consumer_op_registry, *OpRegistry::Global(),
77 // // Validate that each consumer can understand the resulting 'graph_def'
79 // graph_def, consumer_op_registry));
80 // // Consumer can use 'graph_def', and 'op_attr_removed' summarizes
81 // // what changes had to be made to 'graph_def' for it to work.
88 // &graph_def, *OpRegistry::Global(), producer_op_registry, nullptr));
90 GraphDef* graph_def, const OpRegistryInterface& consumer_op_registry,
97 void OpsUsedByGraph(const GraphDef& graph_def,
102 // produce graph_def. The resulting stripped_op_list can be
109 Status StrippedOpListForGraph(const GraphDef& graph_def,