Home
last modified time | relevance | path

Searched refs:matching_files (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dio_ops_test.py98 io_ops.matching_files(f.name).eval(), compat.as_bytes(f.name))
105 set(io_ops.matching_files(pattern % 'z').eval()),
108 set(io_ops.matching_files(pattern % '?').eval()),
111 set(io_ops.matching_files(pattern % '*').eval()),
117 set(io_ops.matching_files(pattern % '[cxz]').eval()),
120 set(io_ops.matching_files(pattern % '[0-9]').eval()),
124 self.assertItemsEqual(io_ops.matching_files([]).eval(), [])
128 io_ops.matching_files([
134 io_ops.matching_files([
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dmatching_files_test.py26 from tensorflow.python.data.experimental.ops import matching_files
54 dataset = matching_files.MatchingFilesDataset(
63 dataset = matching_files.MatchingFilesDataset(
75 dataset = matching_files.MatchingFilesDataset(
92 dataset = matching_files.MatchingFilesDataset(
109 dataset = matching_files.MatchingFilesDataset(
142 dataset = matching_files.MatchingFilesDataset(patterns)
DBUILD438 "//tensorflow/python/data/experimental/ops:matching_files",
/external/tensorflow/tensorflow/core/ops/compat/
Dop_compatibility_lib.cc58 std::vector<string> matching_files; in ReadOpHistory() local
60 &matching_files); in ReadOpHistory()
61 if (status.ok() && !matching_files.empty()) { in ReadOpHistory()
63 std::sort(matching_files.begin(), matching_files.end()); in ReadOpHistory()
64 for (const string& full_file : matching_files) { in ReadOpHistory()
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_MatchingFiles.pbtxt4 name: "io.matching_files"
7 name: "matching_files"
/external/tensorflow/tensorflow/python/data/experimental/benchmarks/
Dmatching_files_benchmark.py24 from tensorflow.python.data.experimental.ops import matching_files
56 dataset = matching_files.MatchingFilesDataset(patterns)
DBUILD162 "//tensorflow/python/data/experimental/ops:matching_files",
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
Dmatching_files_dataset_serialization_test.py27 from tensorflow.python.data.experimental.ops import matching_files
38 return matching_files.MatchingFilesDataset(test_patterns)
DBUILD434 "//tensorflow/python/data/experimental/ops:matching_files",
/external/tensorflow/tensorflow/python/data/experimental/ops/
DBUILD209 name = "matching_files",
210 srcs = ["matching_files.py"],
513 ":matching_files",
/external/webrtc/rtc_base/
Dfile_rotating_stream.cc254 std::vector<std::string> matching_files = in Open() local
256 for (const auto& matching_file : matching_files) { in Open()
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.io.pbtxt116 name: "matching_files"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.io.pbtxt136 name: "matching_files"
Dtensorflow.pbtxt1632 name: "matching_files"
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py1215 matching_files = gen_io_ops.matching_files(file_pattern)
1218 condition = math_ops.greater(array_ops.shape(matching_files)[0], 0,
1228 matching_files = array_ops.identity(matching_files)
1230 dataset = Dataset.from_tensor_slices(matching_files)
1235 array_ops.shape(matching_files, out_type=dtypes.int64)[0], 1)
/external/tensorflow/tensorflow/python/training/
Dinput.py76 name=name, initial_value=io_ops.matching_files(pattern),
/external/tensorflow/
DRELEASE.md3029 …ode_json_example`, `tf.io.decode_raw`, `tf.io.encode_base64`, `tf.io.matching_files`, `tf.io.parse…
4016 * Added support for multiple filename globs in `tf.matching_files`.