Searched defs:filepattern (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/util/ |
D | tensor_slice_reader_cache.cc | 33 const string& filepattern, in GetReader() 53 const string& filepattern, in GetReader()
|
D | tensor_slice_reader.cc | 99 TensorSliceReader::TensorSliceReader(const string& filepattern) in TensorSliceReader() 103 TensorSliceReader::TensorSliceReader(const string& filepattern, in TensorSliceReader() 108 TensorSliceReader::TensorSliceReader(const string& filepattern, in TensorSliceReader()
|
D | tensor_slice_reader_test.cc | 115 const string filepattern = strings::StrCat(fname_base, "_*"); in SimpleFloatHelper() local 240 const string filepattern = strings::StrCat(fname_base, "_*"); in SimpleIntXHelper() local 373 const string filepattern = strings::StrCat(fname_base, "_*"); in TEST_SIMPLE_INT() local
|
D | tensor_slice_reader.h | 72 const string& filepattern() const { return filepattern_; } in filepattern() function
|
/external/tensorflow/tensorflow/python/training/ |
D | py_checkpoint_reader.py | 85 def NewCheckpointReader(filepattern): argument
|
/external/tensorflow/third_party/gpus/ |
D | find_cuda_config.py | 197 def _not_found_error(base_paths, relative_paths, filepattern): argument 205 def _find_file(base_paths, relative_paths, filepattern): argument
|