Searched refs:IsStateful (Results 1 – 14 of 14) 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;
202 bool IsStateful(const NodeDef node, const OpRegistryInterface* op_registry);203 bool IsStateful(const NodeDef node); // use OpRegistry::Global()
604 bool IsStateful(const NodeDef node, const OpRegistryInterface* op_registry) { in IsStateful() function616 bool IsStateful(const NodeDef node) { in IsStateful() function617 return IsStateful(node, OpRegistry::Global()); in IsStateful()
123 if (IsStateful(node, &fn_library) || IsDataset(node)) { in NodesToPreserve()
106 return lib->IsStateful(node_op) && in ShouldOwnKernel()
659 virtual bool IsStateful(const string& function_name) = 0;
283 static const bool IsStateful = true; member379 IsStateful = true,389 IsStateful = true,
41 if (ctx->function_library()->IsStateful(func.name())) { in ComputeShortCircuitIndices()
190 bool IsStateful(const string& function_name) override;261 bool FunctionLibraryRuntimeOverlay::IsStateful(const string& function_name) { in IsStateful() function in tensorflow::FunctionLibraryRuntimeOverlay336 bool IsStateful(const string& function) override;1159 bool FunctionLibraryRuntimeImpl::IsStateful(const string& func) { in IsStateful() function in tensorflow::FunctionLibraryRuntimeImpl
370 TEST_F(FunctionLibraryRuntimeTest, IsStateful) { in TEST_F() argument372 EXPECT_TRUE(flr0_->IsStateful("Variable")); in TEST_F()373 EXPECT_TRUE(flr0_->IsStateful("VariableV2")); in TEST_F()374 EXPECT_FALSE(flr0_->IsStateful("Matmul")); in TEST_F()
168 TEST(CAPI_EXPERIMENTAL, IsStateful) { in TEST() argument
1426 IsStateful(func_body_node, &ctx.function_library()); in CheckThatSideEffectsWillExecute()