Searched refs:IsStateful (Results 1 – 15 of 15) sorted by relevance
99 static const bool IsStateful = false;144 static const bool IsStateful = true;224 static const bool IsStateful = false;265 static const bool IsStateful = false;306 static const bool IsStateful = false;351 static const bool IsStateful = false;375 static const bool IsStateful = false;401 static const bool IsStateful = false;426 static const bool IsStateful = false;
348 static const bool HasOptimizedImplementation = !Op::IsStateful &&353 static const bool HasOptimizedImplementation = !Op::IsStateful &&638 static const bool HasOptimizedImplementation = !Op::IsStateful &&643 static const bool HasOptimizedImplementation = !Op::IsStateful &&700 static const bool HasOptimizedImplementation = !Op::IsStateful &&
245 static const bool HasOptimizedImplementation = !Op::IsStateful;
106 return lib->IsStateful(node_op) && in ShouldOwnKernel()
847 virtual bool IsStateful(const std::string& function_name) const = 0;
227 bool IsStateful(const NodeDef node, const OpRegistryInterface* op_registry);228 bool IsStateful(const NodeDef node); // use OpRegistry::Global()
693 bool IsStateful(const NodeDef node, const OpRegistryInterface* op_registry) { in IsStateful() function705 bool IsStateful(const NodeDef node) { in IsStateful() function706 return IsStateful(node, OpRegistry::Global()); in IsStateful()
154 (IsStateful(node, &*fn_library) || IsDataset(node))) { in NodesToPreserve()
284 static constexpr bool IsStateful = true; member382 IsStateful = true,392 IsStateful = true,
77 TEST(CAPI_EXPERIMENTAL, IsStateful) { in TEST() argument
178 bool IsStateful(const string& function_name) const override;269 bool FunctionLibraryRuntimeOverlay::IsStateful( in IsStateful() function in tensorflow::FunctionLibraryRuntimeOverlay356 bool IsStateful(const string& function) const override;1304 bool FunctionLibraryRuntimeImpl::IsStateful(const string& func) const { in IsStateful() function in tensorflow::FunctionLibraryRuntimeImpl
377 TEST_F(FunctionLibraryRuntimeTest, IsStateful) { in TEST_F() argument379 EXPECT_TRUE(flr0_->IsStateful("Variable")); in TEST_F()380 EXPECT_TRUE(flr0_->IsStateful("VariableV2")); in TEST_F()381 EXPECT_FALSE(flr0_->IsStateful("Matmul")); in TEST_F()
185 if (ctx->function_library()->IsStateful(func.name())) { in CreateShortCircuitInfo()
891 !IsStateful(node) && !HasInputOrOutputRefs(node); in CanForceFP16()
1040 * The deprecated `DatasetBase::IsStateful` method is removed in favor of