Home
last modified time | relevance | path

Searched refs:current_graph_def (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/tools/graph_transforms/
Dremove_nodes.cc52 GraphDef current_graph_def = input_graph_def; in RemoveNodes() local
68 current_graph_def, pattern, in RemoveNodes()
103 std::unordered_set<string>(), &current_graph_def)); in RemoveNodes()
108 *output_graph_def = current_graph_def; in RemoveNodes()
Dfold_old_batch_norms.cc287 GraphDef current_graph_def = input_graph_def; in FoldOldBatchNorms() local
295 current_graph_def, // clang-format off in FoldOldBatchNorms()
319 current_graph_def = replaced_graph_def; in FoldOldBatchNorms()
326 current_graph_def, // clang-format off in FoldOldBatchNorms()
356 current_graph_def = replaced_graph_def; in FoldOldBatchNorms()
364 current_graph_def, // clang-format off in FoldOldBatchNorms()
399 current_graph_def = replaced_graph_def; in FoldOldBatchNorms()
402 *output_graph_def = current_graph_def; in FoldOldBatchNorms()
Dsparsify_gather.cc233 GraphDef current_graph_def = input_graph_def; in SparsifyGatherInternal() local
238 for (const auto& node : current_graph_def.node()) { in SparsifyGatherInternal()
250 GraphDef replaced_graph_def = current_graph_def; in SparsifyGatherInternal()
255 current_graph_def, pattern, in SparsifyGatherInternal()
554 current_graph_def = replaced_graph_def; in SparsifyGatherInternal()
556 *output_graph_def = current_graph_def; in SparsifyGatherInternal()
Dquantize_nodes.cc200 GraphDef current_graph_def = input_graph_def; in MergeDuplicateNodes() local
207 for (const NodeDef& node : current_graph_def.node()) { in MergeDuplicateNodes()
245 &current_graph_def)); in MergeDuplicateNodes()
248 *output_graph_def = current_graph_def; in MergeDuplicateNodes()
536 GraphDef current_graph_def = input_graph_def; in HoistFakeQuants() local
546 current_graph_def, pattern, in HoistFakeQuants()
579 current_graph_def = hoisted_graph_def; in HoistFakeQuants()
581 *output_graph_def = current_graph_def; in HoistFakeQuants()