Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Deigen_pooling.h284 static const bool IsStateful = true; member
/external/tensorflow/tensorflow/c/
Dc_api_experimental_test.cc76 TEST(CAPI_EXPERIMENTAL, IsStateful) { in TEST() argument
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc644 bool IsStateful(const NodeDef node, const OpRegistryInterface* op_registry) { in IsStateful() function
656 bool IsStateful(const NodeDef node) { in IsStateful() function
/external/tensorflow/tensorflow/core/kernels/data/
Dcaptured_function.cc610 bool CapturedFunction::IsStateful() const { return !CheckExternalState().ok(); } in IsStateful() function in tensorflow::data::CapturedFunction
/external/tensorflow/tensorflow/core/framework/
Ddataset.h810 virtual bool IsStateful() const { return false; } in IsStateful() function
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc271 bool FunctionLibraryRuntimeOverlay::IsStateful( in IsStateful() function in tensorflow::FunctionLibraryRuntimeOverlay
1231 bool FunctionLibraryRuntimeImpl::IsStateful(const string& func) const { in IsStateful() function in tensorflow::FunctionLibraryRuntimeImpl
Dfunction_test.cc375 TEST_F(FunctionLibraryRuntimeTest, IsStateful) { in TEST_F() argument