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.cc1398 bool HasAccumulator();
1402 if (HasAccumulator()) { in TFE_Py_RegisterVSpace()
1780 inline bool HasAccumulator() { return !GetAccumulatorSet()->empty(); } in HasAccumulator() function
1785 return HasGradientTape() || HasAccumulator(); in HasAccumulatorOrTape()
1970 bool CouldForwardprop() { return !*ThreadTapeIsStopped() && HasAccumulator(); }
2605 if (!HasAccumulator() || *ThreadTapeIsStopped()) {