Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc1555 #define IS_VALUE_CASE(DTYPE, VALUE) \ macro
1560 #define IS_ONES_CASE(TYPE) IS_VALUE_CASE(TYPE, 1)
1561 #define IS_ZEROS_CASE(TYPE) IS_VALUE_CASE(TYPE, 0)