Home
last modified time | relevance | path

Searched refs:HasAccumulator (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc1437 bool HasAccumulator();
1441 if (HasAccumulator()) { in TFE_Py_RegisterVSpace()
1841 inline bool HasAccumulator() { return !GetAccumulatorSet()->empty(); } in HasAccumulator() function
1846 return HasGradientTape() || HasAccumulator(); in HasAccumulatorOrTape()
2032 bool CouldForwardprop() { return !*ThreadTapeIsStopped() && HasAccumulator(); }
2677 if (!HasAccumulator() || *ThreadTapeIsStopped()) {