Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dserialization_utils.cc36 if (!IsNodeStateful(lib_def, node).ok()) { in FindStatefulOps()
45 if (!IsNodeStateful(lib_def, node).ok()) { in FindStatefulOps()
Dcaptured_function.h62 Status IsNodeStateful(const FunctionLibraryDefinition& library,
Dcaptured_function.cc248 TF_RETURN_IF_ERROR(IsNodeStateful(library, node_def)); in IsFunctionStateful()
403 Status IsNodeStateful(const FunctionLibraryDefinition& library, in IsNodeStateful() function
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dfunction_utils_test.cc810 EXPECT_TRUE(IsNodeStateful(lib_def, *nodeA)); in TEST()
835 EXPECT_FALSE(IsNodeStateful(lib_def, node)); in TEST()
838 EXPECT_TRUE(IsNodeStateful(lib_def, node)); in TEST()
839 EXPECT_FALSE(IsNodeStateful(lib_def, node, true)); in TEST()
Dfunction_utils.cc188 if (IsNodeStateful(library, node_def, skip_assert)) return true; in IsFunctionStateful()
193 bool IsNodeStateful(const FunctionLibraryDefinition& library, in IsNodeStateful() function
Dfunction_utils.h121 bool IsNodeStateful(const FunctionLibraryDefinition& library,
Dhoist_random_uniform.cc204 if (!function_utils::IsNodeStateful(library, node, true)) { in CanHoistRandomUniform()