Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder.cc174 if (cfg.placeholder_unknown_output_shape_dim >= 0 && in ReplaceUnknownShapeDim()
176 dims.push_back(cfg.placeholder_unknown_output_shape_dim); in ReplaceUnknownShapeDim()
178 cfg.placeholder_unknown_output_shape_dim); in ReplaceUnknownShapeDim()
231 int64 dim = std::max(1, cfg.placeholder_unknown_output_shape_dim); in GrapplerItemFromMetaGraphDef()
478 if ((cfg.placeholder_unknown_output_shape_dim >= 0) && in GrapplerItemFromMetaGraphDef()
489 if (size == -1) size = cfg.placeholder_unknown_output_shape_dim; in GrapplerItemFromMetaGraphDef()
Dgrappler_item_builder.h40 int placeholder_unknown_output_shape_dim = -1; member
Dgrappler_item_builder_test.cc300 cfg.placeholder_unknown_output_shape_dim = 64; in TEST_F()