Home
last modified time | relevance | path

Searched refs:InitOpsFanin (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_test.cc34 EXPECT_TRUE(item.InitOpsFanin().empty()); in TEST_F()
Dgrappler_item.h78 std::vector<const NodeDef*> InitOpsFanin() const;
Dgrappler_item.cc88 std::vector<const NodeDef*> GrapplerItem::InitOpsFanin() const { in InitOpsFanin() function in tensorflow::grappler::GrapplerItem