Home
last modified time | relevance | path

Searched defs:filepattern (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dtensor_slice_reader_cache.cc33 const string& filepattern, in GetReader()
53 const string& filepattern, in GetReader()
Dtensor_slice_reader.cc99 TensorSliceReader::TensorSliceReader(const string& filepattern) in TensorSliceReader()
103 TensorSliceReader::TensorSliceReader(const string& filepattern, in TensorSliceReader()
108 TensorSliceReader::TensorSliceReader(const string& filepattern, in TensorSliceReader()
Dtensor_slice_reader_test.cc115 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
Dtensor_slice_reader.h72 const string& filepattern() const { return filepattern_; } in filepattern() function
/external/tensorflow/tensorflow/python/training/
Dpy_checkpoint_reader.py85 def NewCheckpointReader(filepattern): argument
/external/tensorflow/third_party/gpus/
Dfind_cuda_config.py197 def _not_found_error(base_paths, relative_paths, filepattern): argument
205 def _find_file(base_paths, relative_paths, filepattern): argument