Searched refs:HasAccumulator (Results 1 – 1 of 1) sorted by relevance
1398 bool HasAccumulator();1402 if (HasAccumulator()) { in TFE_Py_RegisterVSpace()1780 inline bool HasAccumulator() { return !GetAccumulatorSet()->empty(); } in HasAccumulator() function1785 return HasGradientTape() || HasAccumulator(); in HasAccumulatorOrTape()1970 bool CouldForwardprop() { return !*ThreadTapeIsStopped() && HasAccumulator(); }2605 if (!HasAccumulator() || *ThreadTapeIsStopped()) {