Home
last modified time | relevance | path

Searched defs:IsStateful (Results 1 – 6 of 6) 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.h240 static constexpr bool IsStateful = true; member
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc273 bool FunctionLibraryRuntimeOverlay::IsStateful( in IsStateful() function in tensorflow::FunctionLibraryRuntimeOverlay
1341 bool FunctionLibraryRuntimeImpl::IsStateful(const string& func) const { in IsStateful() function in tensorflow::FunctionLibraryRuntimeImpl
Dfunction_test.cc360 TEST_F(FunctionLibraryRuntimeTest, IsStateful) { in TEST_F() argument
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc701 bool IsStateful(const NodeDef node, const OpRegistryInterface* op_registry) { in IsStateful() function
713 bool IsStateful(const NodeDef node) { in IsStateful() function
/external/eigen/unsupported/test/
Dcxx11_tensor_reduction_sycl.cpp871 static const bool IsStateful = false; member