Searched defs:ItemConfig (Results 1 – 1 of 1) sorted by relevance
32 struct ItemConfig { struct33 ItemConfig() {} in ItemConfig() function36 bool ignore_user_placement = true;38 bool ignore_colocation = true;41 int placeholder_unknown_output_shape_dim = -1;44 bool erase_noinline_attributes = false;68 GraphDef* output_graph_def, const ItemConfig& cfg); argument