MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / IsApplyFtrlOps

Method IsApplyFtrlOps

tensorflow/core/graph/graph.h:173–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 type_string() == "KvResourceSparseApplyAdamAsyncWithCounts";
172 }
173 bool IsApplyFtrlOps() const {
174 return type_string() == "ApplyFtrl" ||
175 type_string() == "ResourceApplyFtrl" ||
176 type_string() == "ApplyFtrlV2" ||
177 type_string() == "ResourceApplyFtrlV2";
178 }
179 bool IsSparseApplyFtrlOps() const {
180 return type_string() == "SparseApplyFtrl" ||
181 type_string() == "GroupSparseApplyFtrl" ||

Callers 2

FindGradientOpsFunction · 0.80
ExtendGraphFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected