Searched refs:HasAccumulator (Results 1 – 1 of 1) sorted by relevance
1437 bool HasAccumulator();1441 if (HasAccumulator()) { in TFE_Py_RegisterVSpace()1841 inline bool HasAccumulator() { return !GetAccumulatorSet()->empty(); } in HasAccumulator() function1846 return HasGradientTape() || HasAccumulator(); in HasAccumulatorOrTape()2032 bool CouldForwardprop() { return !*ThreadTapeIsStopped() && HasAccumulator(); }2677 if (!HasAccumulator() || *ThreadTapeIsStopped()) {