Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder.h32 struct ItemConfig { struct
33 ItemConfig() {} in ItemConfig() function
36 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