Home
last modified time | relevance | path

Searched refs:FillInputs (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Doptimizer_cse.cc68 static void FillInputs(const Node* n, in FillInputs() function
102 FillInputs(n, &control_edges, &in); in NodeHash()
155 FillInputs(a, &a_control_edges, &a_in); in Equivalent()
156 FillInputs(b, &b_control_edges, &b_in); in Equivalent()
Dmkl_layout_pass.cc1559 static void FillInputs(const Node* n, in FillInputs() function
2646 FillInputs(a, &a_control_edges, &a_in); in CheckForNodeMerge()
2651 FillInputs(b, &b_control_edges, &b_in); in CheckForNodeMerge()
2709 FillInputs(succ, &succ_control_edges, &succ_in); in MergeConv2DWithBiasAdd()
2714 FillInputs(pred, &pred_control_edges, &pred_in); in MergeConv2DWithBiasAdd()
2856 FillInputs(succ, &succ_control_edges, &succ_in); in MergePadWithConv2D()
2861 FillInputs(pred, &pred_control_edges, &pred_in); in MergePadWithConv2D()
3028 FillInputs(fltr, &fltr_control_edges, &fltr_in_edges); in MergeConv2DBackpropFilterWithBiasAddGrad()
3167 FillInputs(orig_node, &control_edges, &inputs); in RewriteNode()
3354 FillInputs(transpose_to_nhwc, &transpose_nhwc_control_edges, in FuseTransposeMklOpTranspose()
[all …]