Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc2286 TensorShape dense_shape, example_shape; in ParseContextDenseFeatures() local
2289 if (!c.shape.AsTensorShape(&example_shape) || in ParseContextDenseFeatures()
2290 data_max_elements != example_shape.num_elements()) { in ParseContextDenseFeatures()
2293 ": expected ", example_shape.num_elements(), ", but found ", in ParseContextDenseFeatures()