Searched defs:filepattern (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/util/ |
H A D | tensor_slice_reader.cc | 100 TensorSliceReader::TensorSliceReader(const string& filepattern) in TensorSliceReader() 104 TensorSliceReader::TensorSliceReader(const string& filepattern, in TensorSliceReader() 109 TensorSliceReader::TensorSliceReader(const string& filepattern, in TensorSliceReader()
|
H A D | tensor_slice_reader_cache.cc | 33 const string& filepattern, in GetReader() 53 const string& filepattern, in GetReader()
|
H A D | tensor_slice_reader_test.cc | 121 const string filepattern = strings::StrCat(fname_base, "_*"); in SimpleFloatHelper() local 246 const string filepattern = strings::StrCat(fname_base, "_*"); in SimpleIntXHelper() local 550 const string filepattern = strings::StrCat(fname_base, "_*"); in CachedTensorSliceReaderTesterHelper() local
|
H A D | tensor_slice_reader.h | 72 const string& filepattern() const { return filepattern_; } in filepattern() function
|
/aosp_15_r20/external/tensorflow/third_party/gpus/ |
H A 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
|
/aosp_15_r20/external/tensorflow/tensorflow/python/training/ |
H A D | py_checkpoint_reader.py | 82 def NewCheckpointReader(filepattern): argument
|