Home
last modified time | relevance | path

Searched defs:graph_def (Results 1 – 25 of 172) sorted by relevance

1234567

/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view_test.cc145 GraphDef graph_def = test::function::GDef( in TEST() local
173 GraphDef graph_def; in TEST() local
186 GraphDef graph_def = test::function::GDef({}, {x_times_two}); in TEST() local
199 GraphDef graph_def = test::function::GDef({}, {x_times_four}); in TEST() local
214 GraphDef graph_def = test::function::GDef( in TEST() local
242 GraphDef graph_def = test::function::GDef( in TEST() local
266 GraphDef graph_def = in TEST() local
283 GraphDef graph_def = in TEST() local
342 GraphDef graph_def = test::function::GDef( in TestUpdateNodeName() local
425 GraphDef graph_def = test::function::GDef( in TEST() local
[all …]
Dgraph_view_test.cc40 GraphDef graph_def; in TEST_F() local
75 GraphDef graph_def; in TEST_F() local
107 GraphDef graph_def; in TEST_F() local
299 const GraphDef graph_def = in BM_GraphViewConstruction() local
340 const GraphDef graph_def = in BM_GraphViewGetNode() local
390 const GraphDef graph_def = test::CreateFaninFanoutNodeGraph( in BM_GraphViewGetFanout() local
407 const GraphDef graph_def = test::CreateFaninFanoutNodeGraph( in BM_GraphViewGetFanin() local
424 const GraphDef graph_def = test::CreateFaninFanoutNodeGraph( in BM_GraphViewGetRegularFanin() local
441 const GraphDef graph_def = test::CreateFaninFanoutNodeGraph( in BM_GraphViewGetFanouts() local
458 const GraphDef graph_def = test::CreateFaninFanoutNodeGraph( in BM_GraphViewGetFanins() local
[all …]
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dgraph_utils_test.cc41 GraphDef graph_def; in TEST() local
49 GraphDef graph_def; in TEST() local
57 GraphDef graph_def; in TEST() local
65 GraphDef graph_def; in TEST() local
73 GraphDef graph_def; in TEST() local
81 GraphDef graph_def; in TEST() local
89 GraphDef graph_def; in TEST() local
98 GraphDef graph_def; in TEST() local
107 GraphDef graph_def; in TEST() local
118 GraphDef graph_def; in TEST() local
[all …]
/external/tensorflow/tensorflow/core/graph/
Dvalidate_test.cc44 GraphDef graph_def; in TEST() local
59 GraphDef graph_def; in TEST() local
82 GraphDef graph_def; in TEST() local
104 GraphDef graph_def; in TEST() local
116 GraphDef graph_def; in TEST() local
159 GraphDef graph_def; in TEST() local
174 GraphDef graph_def; in TEST() local
Dvalidate.cc31 Status ValidateGraphDef(const GraphDef& graph_def, in ValidateGraphDef()
47 const GraphDef& graph_def, const OpRegistryInterface& op_registry) { in ValidateGraphDefAgainstOpRegistry()
53 Status ValidateGraphDefAgainstOpList(const GraphDef& graph_def, in ValidateGraphDefAgainstOpList()
/external/tensorflow/tensorflow/cc/training/
Dqueue_runner_test.cc78 GraphDef graph_def; in BuildSimpleGraph() local
102 const GraphDef& graph_def) { in BuildSessionAndInitVariable()
112 GraphDef graph_def = BuildSimpleGraph(); in TEST() local
130 GraphDef graph_def = BuildSimpleGraph(); in TEST() local
150 GraphDef graph_def = BuildSimpleGraph(); in TEST() local
165 GraphDef graph_def = BuildSimpleGraph(); in TEST() local
196 GraphDef graph_def; in BuildDoubleQueueGraph() local
202 auto graph_def = BuildDoubleQueueGraph(); in TEST() local
239 auto graph_def = BuildDoubleQueueGraph(); in TEST() local
284 GraphDef graph_def = BuildDoubleQueueGraph(); in TEST() local
[all …]
/external/tensorflow/tensorflow/core/framework/
Dgraph_def_util.cc38 string SummarizeGraphDef(const GraphDef& graph_def) { in SummarizeGraphDef()
48 Status ValidateExternalGraphDefSyntax(const GraphDef& graph_def) { in ValidateExternalGraphDefSyntax()
55 Status AddDefaultAttrsToGraphDef(GraphDef* graph_def, in AddDefaultAttrsToGraphDef()
61 Status AddDefaultAttrsToGraphDef(GraphDef* graph_def, in AddDefaultAttrsToGraphDef()
130 static bool IsFunction(const GraphDef& graph_def, const string& op_name) { in IsFunction()
138 GraphDef* graph_def, const OpRegistryInterface& consumer_op_registry, in RemoveNewDefaultAttrsFromGraphDef()
203 void OpsUsedByGraph(const GraphDef& graph_def, in OpsUsedByGraph()
248 Status StrippedOpListForGraph(const GraphDef& graph_def, in StrippedOpListForGraph()
Dgraph_def_util_test.cc44 GraphDef graph_def; in TEST() local
57 GraphDef graph_def; in TEST() local
77 GraphDef graph_def; in TEST() local
244 GraphDef graph_def; in TEST() local
262 GraphDef graph_def; in TEST() local
289 GraphDef graph_def; in TEST() local
336 GraphDef graph_def; in TEST() local
/external/tensorflow/tensorflow/core/common_runtime/
Dplacer_inspection_required_ops_utils_test.cc37 void VerifyPlacerInspectionRequiredOps(const GraphDef& graph_def, in VerifyPlacerInspectionRequiredOps()
68 GraphDef graph_def = GDef( in TEST() local
95 GraphDef graph_def = GDef( in TEST() local
120 GraphDef graph_def = GDef( in TEST() local
/external/tensorflow/tensorflow/core/lib/strings/
Dproto_serialization_test.cc32 GraphDef graph_def; in MakeGraphDef() local
47 GraphDef graph_def = MakeGraphDef(num_nodes); in BM_ProtoSerializationToString() local
61 GraphDef graph_def = MakeGraphDef(num_nodes); in BM_ProtoSerializationToBuffer() local
75 GraphDef graph_def = MakeGraphDef(num_nodes); in BM_DeterministicProtoHash64() local
/external/tensorflow/tensorflow/python/framework/
Dimporter.py86 def _ProcessGraphDefParam(graph_def): argument
145 def _RemoveDefaultAttrs(producer_op_list, graph_def): argument
351 def import_graph_def(graph_def, argument
408 def import_graph_def_for_function( # pylint: disable=invalid-name argument
415 def _import_graph_def_internal( # pylint: disable=invalid-name argument
/external/tensorflow/tensorflow/tools/graph_transforms/
Dsort_by_execution_order_test.cc33 void GetOrder(const GraphDef& graph_def, std::map<string, int>* order) { in GetOrder()
41 GraphDef graph_def; in TestSimpleAdd() local
67 GraphDef graph_def; in TestSimpleLinear() local
100 GraphDef graph_def; in TestSimpleTree() local
151 GraphDef graph_def; in TestCommonAncestor() local
Dset_device_test.cc38 GraphDef graph_def; in CreateDeviceGraph() local
83 GraphDef graph_def = CreateDeviceGraph(); in TEST() local
104 GraphDef graph_def = CreateDeviceGraph(); in TEST() local
Dstrip_unused_nodes_test.cc40 GraphDef graph_def; in TestSimpleAdd() local
71 GraphDef graph_def; in TestCommonAncestor() local
131 GraphDef graph_def; in TestSimplePlaceholder() local
174 GraphDef graph_def; in TestPlaceholderDefaultArgs() local
220 GraphDef graph_def; in TestPlaceholderNamedArgs() local
Dobfuscate_names_test.cc39 GraphDef graph_def; in TestSimpleTree() local
92 GraphDef graph_def; in TestManyNodes() local
111 GraphDef graph_def; in TestNameClashes() local
Dinsert_logging_test.cc38 void CheckGraphCanRun(const GraphDef& graph_def, in CheckGraphCanRun()
64 GraphDef graph_def; in TestInsertLogging() local
111 GraphDef graph_def; in TestInsertLoggingByOpType() local
160 GraphDef graph_def; in TestInsertLoggingByPrefix() local
Dremove_nodes_test.cc39 GraphDef graph_def; in TestRemoveNodes() local
126 GraphDef graph_def; in TestRemoveOutputNodes() local
165 GraphDef graph_def; in TestRemoveChainedNodes() local
215 GraphDef graph_def; in TestRemoveMultipleInputs() local
Dfold_constants_test.cc70 GraphDef graph_def; in TestSimpleAdd() local
107 GraphDef graph_def; in TestOpExclusionAdd() local
131 GraphDef graph_def; in TestShapePropagation() local
160 GraphDef graph_def; in TestPreserveOutputShapes() local
173 void TestConstantFolding(const GraphDef& graph_def, in TestConstantFolding()
317 GraphDef graph_def; in TestRemoveUnusedNodes() local
357 GraphDef graph_def; in TestMaxConstantSizeInBytes() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_jit_compiled_cpu_function_test.cc54 GraphDef graph_def; in SumGraph() local
171 GraphDef graph_def = SumGraph(); in TEST() local
233 GraphDef graph_def = SumGraphVariable(); in TEST() local
286 GraphDef graph_def = SumGraph(); in TEST() local
352 GraphDef graph_def = SumGraph(); in TEST() local
Dtf2xla_test.cc43 GraphDef graph_def; in SumGraph() local
70 GraphDef graph_def = SumGraph(); in TEST() local
103 GraphDef graph_def = SumGraph(); in TEST() local
/external/tensorflow/tensorflow/python/keras/tests/
Dgraph_util_test.py47 def _evaluate_graph_def(self, graph_def, inputs, outputs, input_data): argument
58 def _ensure_no_variables_in_graph(self, graph_def): argument
71 def _inline_functions(self, graph_def, arrays): argument
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer_test.cc83 void BuildAbsGraph(GraphDef* graph_def, bool forward) { in BuildAbsGraph()
133 void BuildAbsGraphWithInputDependencies(GraphDef* graph_def) { in BuildAbsGraphWithInputDependencies()
168 void BuildAbsGraphWithInputAndOutputControlEdges(GraphDef* graph_def) { in BuildAbsGraphWithInputAndOutputControlEdges()
211 void BuildGraphWithMultipleScopes(GraphDef* graph_def) { in BuildGraphWithMultipleScopes()
255 void BuildConstGraph(GraphDef* graph_def, bool forward) { in BuildConstGraph()
270 void SetShapes(GraphDef* graph_def) { in SetShapes()
284 void ExecuteGraph(const GraphDef& graph_def, in ExecuteGraph()
419 GraphDef graph_def; in TEST_F() local
431 GraphDef graph_def; in TEST_F() local
468 GraphDef graph_def; in TEST_F() local
/external/tensorflow/tensorflow/cc/tools/
Dfreeze_saved_model_test.cc62 const GraphDef& graph_def, const string& init_node, in InitializeSavedModelBundleSession()
77 Status AddGraphDefToSavedModelBundle(const GraphDef& graph_def, in AddGraphDefToSavedModelBundle()
89 const GraphDef& graph_def, const std::unordered_set<string>& outputs, in AddGraphDefWithOutputsToSavedModelBundle()
123 GraphDef graph_def; in TestFreezeGraphWithoutDependentVariables() local
169 GraphDef graph_def; in TestFreezeGraphWithDependentVariables() local
219 GraphDef graph_def; in TestFreezeGraphWithAndWithoutDependentVariables() local
317 GraphDef graph_def; in TEST_F() local
336 GraphDef graph_def; in TEST_F() local
359 GraphDef graph_def; in TEST_F() local
384 GraphDef graph_def; in TEST_F() local
/external/tensorflow/tensorflow/python/tools/
Dsaved_model_aot_compile.py146 def _get_variable_nodes_from_graph_def(graph_def): argument
187 def _prune_removed_feed_nodes(signature_def, graph_def): argument
398 def _replace_input_placeholders_with_default_values(graph_def, signature_def): argument
/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model_test.cc31 string* output_name, GraphDef* graph_def) { in CreateTestGraph()
57 GraphDef graph_def; in TEST() local
85 GraphDef graph_def; in TEST() local

1234567