HomeSort by relevance Sort by last modified time
    Searched defs:_progress (Results 1 - 7 of 7) sorted by null

  /external/lzma/CPP/7zip/Common/
ProgressUtils.h 15 CMyComPtr<IProgress> _progress; member in class:CLocalProgress
  /external/lzma/CPP/7zip/Archive/7z/
7zEncode.h 19 CMyComPtr<ICompressProgressInfo> _progress; member in class:NArchive::N7z::CMtEncMultiProgress
7zDecode.cpp 18 CMyComPtr<ICompressProgressInfo> _progress; member in class:NArchive::N7z::CDecProgress
20 CDecProgress(ICompressProgressInfo *progress): _progress(progress) {}
28 return _progress->SetRatioInfo(NULL, outSize);
  /external/tensorflow/tensorflow/contrib/gan/python/eval/python/
classifier_metrics_impl.py 206 def _progress(count, block_size, total_size): function in function:get_graph_def_from_url_tarball
212 tar_filename, _ = urllib.request.urlretrieve(url, tar_filename, _progress)
  /external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
cifar10_pruning.py 390 def _progress(count, block_size, total_size): function in function:maybe_download_and_extract
396 filepath, _ = urllib.request.urlretrieve(DATA_URL, filepath, _progress)
  /external/tensorflow/tensorflow/examples/speech_commands/
input_data.py 186 def _progress(count, block_size, total_size): function in function:AudioProcessor.maybe_download_and_extract_dataset
193 filepath, _ = urllib.request.urlretrieve(data_url, filepath, _progress)
  /external/tensorflow/tensorflow/examples/image_retraining/
retrain.py 345 def _progress(count, block_size, total_size): function in function:maybe_download_and_extract
351 filepath, _ = urllib.request.urlretrieve(data_url, filepath, _progress)
    [all...]

Completed in 195 milliseconds