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

Method IsApplyAdamOps

tensorflow/core/graph/graph.h:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 type_string() == "ResourceSparseApplyAdagrad";
158 }
159 bool IsApplyAdamOps() const {
160 return type_string() == "ApplyAdam" ||
161 type_string() == "ResourceApplyAdam";
162 }
163 bool IsApplySparseAdamOps() const {
164 return type_string() == "SparseAdam" ||
165 type_string() == "SparseApplyAdam" ||

Callers 2

FindGradientOpsFunction · 0.80
ExtendGraphFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected