Home
last modified time | relevance | path

Searched defs:GetRegularFanin (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dgraph_view.h170 const OutputPort GetRegularFanin(const InputPort& port) const { in GetRegularFanin() function
H A Dmutable_graph_view.cc450 const MutableGraphView::OutputPort MutableGraphView::GetRegularFanin( in GetRegularFanin() function in tensorflow::grappler::MutableGraphView
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dgraph_view_internal.h174 const FanoutViewT& GetRegularFanin(int i) const { in GetRegularFanin() function
H A Dgraph_view_test.cc350 TYPED_TEST(TypedFaninTest, GetRegularFanin) { in TYPED_TEST() argument