Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/python/
Dop_hint.py1018 should_keep = True
1021 should_keep = False
1022 if should_keep:
/external/swiftshader/third_party/LLVM/lib/MC/
DWinCOFFObjectWriter.cpp80 bool should_keep() const;
230 bool COFFSymbol::should_keep() const { in should_keep() function in COFFSymbol
760 if (coff_symbol->should_keep()) { in WriteObject()
/external/tensorflow/tensorflow/python/training/
Dsaver.py955 should_keep = p[1] > self._next_checkpoint_time
956 if should_keep: