Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_experimental_test.cc77 TEST(CAPI_EXPERIMENTAL, IsStateful) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Deigen_pooling.h240 static constexpr bool IsStateful = true; member
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dop_types.cc701 bool IsStateful(const NodeDef node, const OpRegistryInterface* op_registry) { in IsStateful() function
713 bool IsStateful(const NodeDef node) { in IsStateful() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A 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
H A Dfunction_test.cc360 TEST_F(FunctionLibraryRuntimeTest, IsStateful) { in TEST_F() argument
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_reduction_sycl.cpp871 static const bool IsStateful = false; member