Home
last modified time | relevance | path

Searched defs:IsStateful (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Deigen_pooling.h283 static const bool IsStateful = true; member
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc885 bool FunctionLibraryRuntimeImpl::IsStateful(const string& func) { in IsStateful() function in tensorflow::FunctionLibraryRuntimeImpl
Dfunction_test.cc347 TEST_F(FunctionLibraryRuntimeTest, IsStateful) { in TEST_F() argument