Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_api_experimental_test.cc77 TEST(CAPI_EXPERIMENTAL, IsStateful) { in TEST() argument
/external/tensorflow/tensorflow/core/kernels/
Deigen_pooling.h284 static constexpr bool IsStateful = true; member
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc269 bool FunctionLibraryRuntimeOverlay::IsStateful( in IsStateful() function in tensorflow::FunctionLibraryRuntimeOverlay
1304 bool FunctionLibraryRuntimeImpl::IsStateful(const string& func) const { in IsStateful() function in tensorflow::FunctionLibraryRuntimeImpl
Dfunction_test.cc377 TEST_F(FunctionLibraryRuntimeTest, IsStateful) { in TEST_F() argument
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc693 bool IsStateful(const NodeDef node, const OpRegistryInterface* op_registry) { in IsStateful() function
705 bool IsStateful(const NodeDef node) { in IsStateful() function