HomeSort by relevance Sort by last modified time
    Searched refs:fname_base (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/util/
tensor_slice_reader_test.cc 57 const string fname_base = io::JoinPath(testing::TmpDir(), "float_checkpoint"); local
68 const string fname = strings::StrCat(fname_base, "_0");
90 const string fname = strings::StrCat(fname_base, "_1");
114 const string filepattern = strings::StrCat(fname_base, "_*");
182 const string fname_base = io::JoinPath(testing::TmpDir(), checkpoint_file); local
193 const string fname = strings::StrCat(fname_base, "_0");
215 const string fname = strings::StrCat(fname_base, "_1");
239 const string filepattern = strings::StrCat(fname_base, "_*");
314 const string fname_base = io::JoinPath(testing::TmpDir(), "float_checkpoint"); local
325 const string fname = strings::StrCat(fname_base, "_0")
    [all...]
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
util.c 66 char *fname_base, *fname_copy; local
72 fname_base = basename(fname_copy);
76 fnmatch(fpattern[i].pat, fname_base, 0) == 0) {

Completed in 209 milliseconds