Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.cc170 const int input_labels_size = input_labels.size(); in EinsumShape() local
171 if (c->num_inputs() != input_labels_size) { in EinsumShape()