Searched defs:IsStateful (Results 1 – 7 of 7) sorted by relevance
284 static const bool IsStateful = true; member
76 TEST(CAPI_EXPERIMENTAL, IsStateful) { in TEST() argument
644 bool IsStateful(const NodeDef node, const OpRegistryInterface* op_registry) { in IsStateful() function656 bool IsStateful(const NodeDef node) { in IsStateful() function
610 bool CapturedFunction::IsStateful() const { return !CheckExternalState().ok(); } in IsStateful() function in tensorflow::data::CapturedFunction
810 virtual bool IsStateful() const { return false; } in IsStateful() function
271 bool FunctionLibraryRuntimeOverlay::IsStateful( in IsStateful() function in tensorflow::FunctionLibraryRuntimeOverlay1231 bool FunctionLibraryRuntimeImpl::IsStateful(const string& func) const { in IsStateful() function in tensorflow::FunctionLibraryRuntimeImpl
375 TEST_F(FunctionLibraryRuntimeTest, IsStateful) { in TEST_F() argument