Searched defs:IsStateful (Results 1 – 6 of 6) sorted by relevance
77 TEST(CAPI_EXPERIMENTAL, IsStateful) { in TEST() argument
240 static constexpr bool IsStateful = true; member
701 bool IsStateful(const NodeDef node, const OpRegistryInterface* op_registry) { in IsStateful() function713 bool IsStateful(const NodeDef node) { in IsStateful() function
273 bool FunctionLibraryRuntimeOverlay::IsStateful( in IsStateful() function in tensorflow::FunctionLibraryRuntimeOverlay1341 bool FunctionLibraryRuntimeImpl::IsStateful(const string& func) const { in IsStateful() function in tensorflow::FunctionLibraryRuntimeImpl
360 TEST_F(FunctionLibraryRuntimeTest, IsStateful) { in TEST_F() argument
871 static const bool IsStateful = false; member