Home
last modified time | relevance | path

Searched refs:MainOpsFanin (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_test.cc41 for (const auto& node : item.MainOpsFanin()) { in TEST_F()
Dgrappler_item.h73 std::vector<const NodeDef*> MainOpsFanin() const;
Dgrappler_item.cc51 std::vector<const NodeDef*> GrapplerItem::MainOpsFanin() const { in MainOpsFanin() function in tensorflow::grappler::GrapplerItem
/external/tensorflow/tensorflow/python/grappler/
Dmodel_analyzer.cc34 for (const auto& node : item_.MainOpsFanin()) { in GenerateReport()
Ditem.i104 std::vector<const tensorflow::NodeDef*> main_ops = item->MainOpsFanin(); in TF_IdentifyImportantOps()