Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.h212 bool HasParametrizedType(const FunctionDef& func);
Dfunctions.cc396 bool HasParametrizedType(const FunctionDef& func) { in HasParametrizedType() function
420 return HasParametrizedType(func) || HasParametrizedBody(func); in IsParametrized()
Dfunctions_test.cc52 EXPECT_TRUE(HasParametrizedType(parametrized_func)); in TEST_F()
56 EXPECT_FALSE(HasParametrizedType(non_parametrized_func)); in TEST_F()