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

Method IsApplyAdagradOps

tensorflow/core/graph/graph.h:149–152  ·  view source on GitHub ↗

Node class helpers

Source from the content-addressed store, hash-verified

147
148 // Node class helpers
149 bool IsApplyAdagradOps() const {
150 return type_string() == "ApplyAdagrad" ||
151 type_string() == "ResourceApplyAdagrad";
152 }
153 bool IsSparseApplyAdagradOps() const {
154 return type_string() == "SparseApplyAdagrad" ||
155 type_string() == "KvResourceSparseApplyAdagrad" ||

Callers 2

FindGradientOpsFunction · 0.80
ExtendGraphFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected