Searched refs:ForwardInputs (Results 1 – 3 of 3) sorted by relevance
179 void ForwardInputs(const NodeDef& original_node, in ForwardInputs() function519 ForwardInputs(node, nodes_to_delete, new_node, &optimized_nodes, in Optimize()
68 bool ForwardInputs(NodeDef* node, absl::Span<const int> inputs_to_forward);
258 bool ConstantFolding::ForwardInputs(NodeDef* node, in ForwardInputs() function in tensorflow::grappler::ConstantFolding913 graph_modified_ = ForwardInputs(node, inputs_to_forward); in MaterializeOutputValues()3582 return ForwardInputs(node, inputs_to_forward); in PartialConstPropThroughIdentityN()