Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Deigen_pooling.h283 static const bool IsStateful = true; member
/external/tensorflow/tensorflow/c/
Dc_api_experimental_test.cc168 TEST(CAPI_EXPERIMENTAL, IsStateful) { in TEST() argument
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc604 bool IsStateful(const NodeDef node, const OpRegistryInterface* op_registry) { in IsStateful() function
616 bool IsStateful(const NodeDef node) { in IsStateful() function
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc261 bool FunctionLibraryRuntimeOverlay::IsStateful(const string& function_name) { in IsStateful() function in tensorflow::FunctionLibraryRuntimeOverlay
1159 bool FunctionLibraryRuntimeImpl::IsStateful(const string& func) { in IsStateful() function in tensorflow::FunctionLibraryRuntimeImpl
Dfunction_test.cc370 TEST_F(FunctionLibraryRuntimeTest, IsStateful) { in TEST_F() argument