Home
last modified time | relevance | path

Searched refs:string_split (Results 1 – 25 of 30) sorted by relevance

12

/external/tensorflow/tensorflow/python/kernel_tests/strings_ops/
Dstring_split_op_test.py39 tokens = string_ops.string_split(strings)
50 tokens = string_ops.string_split(strings, delimiter="")
68 tokens = string_ops.string_split(strings)
80 tokens = string_ops.string_split(strings, delimiter=" .")
94 ValueError, string_ops.string_split, strings, delimiter=["|", ""])
97 ValueError, string_ops.string_split, strings, delimiter=["a"])
99 tokens = string_ops.string_split(strings, delimiter="|")
105 tokens = string_ops.string_split(strings, delimiter="| ")
118 tokens = string_ops.string_split(strings, delimiter=delimiter)
137 tokens = string_ops.string_split(strings, delimiter=delimiter)
[all …]
/external/pigweed/pw_fuzzer/
DBUILD.gn32 cflags_c = string_split(getenv("CFLAGS"))
33 cflags_cc = string_split(getenv("CXXFLAGS"))
49 ldflags = string_split(getenv("LDFLAGS")) + [ getenv("LIB_FUZZING_ENGINE") ]
/external/tensorflow/tensorflow/core/kernels/fuzzing/
DBUILD31 tf_ops_fuzz_target_lib("string_split")
33 tf_oss_fuzz_corpus("string_split")
/external/cronet/build/config/chromeos/
Drules.gni40 _potential_test_boards += string_split(cros_boards, ":")
43 _potential_test_boards += string_split(cros_boards_with_qemu_images, ":")
52 foreach(b1, string_split(cros_boards_with_qemu_images, ":")) {
198 _excluded_test_name_and_board = string_split(_test, "@") + [ "" ]
313 foreach(b1, string_split(cros_boards_with_qemu_images, ":")) {
435 foreach(b, string_split(cros_boards_with_qemu_images, ":")) {
535 _excluded_test_name_and_board = string_split(_test, "@") + [ "" ]
619 _excluded_test_name_and_board = string_split(_test, "@") + [ "" ]
/external/angle/build/config/chromeos/
Drules.gni41 _potential_test_boards += string_split(cros_boards, ":")
44 _potential_test_boards += string_split(cros_boards_with_qemu_images, ":")
53 foreach(b1, string_split(cros_boards_with_qemu_images, ":")) {
200 _excluded_test_name_and_board = string_split(_test, "@") + [ "" ]
316 foreach(b1, string_split(cros_boards_with_qemu_images, ":")) {
459 foreach(b, string_split(cros_boards_with_qemu_images, ":")) {
579 _excluded_test_name_and_board = string_split(_test, "@") + [ "" ]
664 _excluded_test_name_and_board = string_split(_test, "@") + [ "" ]
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_string_ops.py81 indices, values, shape = gen_string_ops.string_split(
536 def string_split(source, sep=None, skip_empty=True, delimiter=None, function
580 sparse_result = string_ops.string_split(
/external/tensorflow/tensorflow/python/ops/
Dstring_ops.py178 def string_split(source, sep=None, skip_empty=True, delimiter=None): # pylint: disable=invalid-name function
225 indices, values, shape = gen_string_ops.string_split(
/external/angle/src/tests/
Dangle_traces.gni70 _trace_and_version_arr = string_split(_trace_and_version)
DBUILD.gn1714 split_target = string_split(target_name, "_")
/external/pigweed/pw_bloat/
Dbloat.gni74 curr_data_sources = string_split(invoker.data_sources, ",")
271 _global_data_sources = string_split(invoker.data_sources, ",")
315 _binary_data_sources = string_split(binary.data_sources, ",")
/external/pigweed/pw_build/
Dupdate_bundle.gni73 tuf_target_list = string_split(tuf_target, _delimiter)
Dzip.gni113 input_list = string_split(input, _delimiter)
Dpython_dist.gni196 input_list = string_split(input, _delimiter)
/external/tensorflow/tensorflow/python/data/kernel_tests/
Diterator_cluster_test.py134 lambda x: string_ops.string_split([x]).values).map(table.lookup)
Dmap_test.py408 lambda x: string_ops.string_split([x]).values)
/external/pigweed/pw_protobuf_compiler/
Dproto.gni464 assert(string_split(_module_as_package, "/") == [ _module_as_package ],
491 _path_components = string_split(source, "/")
507 _prefix_path_components = string_split(_prefix, "/")
/external/pigweed/third_party/emboss/
Dbuild_defs.gni61 elements = string_split(rebase_path(invoker.source, root_build_dir), path_sep)
/external/pigweed/third_party/chromium_verifier/
Dsources.gni23 "base/strings/string_split.cc",
/external/cronet/base/
Denterprise_util_mac.mm15 #include "base/strings/string_split.h"
/external/starlark-go/starlark/
Dlibrary.go129 "rsplit": NewBuiltin("rsplit", string_split), // sic
131 "split": NewBuiltin("split", string_split),
2006 func string_split(_ *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func
/external/openscreen/third_party/chromium_quic/build/base/
DBUILD.gn314 "../../src/base/strings/string_split.cc",
315 "../../src/base/strings/string_split.h",
/external/libchrome/
DAndroid.bp319 "base/strings/string_split.h",
688 "base/strings/string_split.cc",
DBUILD.gn213 "base/strings/string_split.cc",
/external/python/cpython2/Objects/
Dstringobject.c1459 string_split(PyStringObject *self, PyObject *args) in string_split() function
3637 {"split", (PyCFunction)string_split, METH_VARARGS, split__doc__},
/external/angle/
DBUILD.gn851 result = string_split(branch)

12