Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.cc433 ShapeHandle conv_input_shape; in Conv2DShapeImpl() local
434 TF_RETURN_IF_ERROR(c->WithRank(c->input(0), rank, &conv_input_shape)); in Conv2DShapeImpl()
436 data_format, conv_input_shape, "conv_input", c)); in Conv2DShapeImpl()
473 conv_input_shape, data_format, &batch_size_dim, in Conv2DShapeImpl()