Searched defs:GItem (Results 1 – 1 of 1) sorted by relevance
36 struct GItem { struct56 // Provide the implementation fo the GItem struct here. argument57 struct GItem { struct58 GItem() {} in GItem() function59 GItem(tensorflow::grappler::GrapplerItem* item) : item_(item) {} in GItem() argument73 static GItem TF_NewItem( in TF_NewItem() argument