Searched defs:_get_data (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/python/keras/distribute/ | ||
D | keras_image_model_correctness_test.py | 68 def _get_data(self, count, shape=(28, 28, 3), num_classes=10): member in DistributionStrategyCnnCorrectnessTest |
D | distribute_strategy_test.py | 1955 def _get_data(): function |
/external/python/cpython3/Lib/ | ||
D | asynchat.py | 87 def _get_data(self): member in async_chat |
D | zipimport.py | 531 def _get_data(archive, toc_entry): function |
/external/python/cpython2/Lib/ | ||
D | asynchat.py | 92 def _get_data(self): member in async_chat |
/external/tremolo/Tremolo/ | ||
D | vorbisfile.c | 91 static long _get_data(OggVorbis_File *vf){ in _get_data() function |
/external/python/cpython2/Lib/xml/dom/ | ||
D | minidom.py | 914 def _get_data(self): member in ProcessingInstruction |
/external/python/cpython3/Lib/xml/dom/ | ||
D | minidom.py | 1005 def _get_data(self): member in CharacterData |