Searched refs:current_graph_def (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | remove_nodes.cc | 52 GraphDef current_graph_def = input_graph_def; in RemoveNodes() local 68 current_graph_def, pattern, in RemoveNodes() 103 std::unordered_set<string>(), ¤t_graph_def)); in RemoveNodes() 108 *output_graph_def = current_graph_def; in RemoveNodes()
|
D | fold_old_batch_norms.cc | 287 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()
|
D | sparsify_gather.cc | 233 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()
|
D | quantize_nodes.cc | 200 GraphDef current_graph_def = input_graph_def; in MergeDuplicateNodes() local 207 for (const NodeDef& node : current_graph_def.node()) { in MergeDuplicateNodes() 245 ¤t_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()
|