Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc1965 bool has_values_smaller_than_minus_1 = false; in MaybeTensorValueToShape() local
1970 has_values_smaller_than_minus_1 |= (value < -1); in MaybeTensorValueToShape()
1976 if (!has_values_smaller_than_minus_1) { in MaybeTensorValueToShape()