Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/
Dstring_split_op_test.py43 tokens = string_ops.string_split(strings)
54 tokens = string_ops.string_split(strings, delimiter="")
72 tokens = string_ops.string_split(strings)
84 tokens = string_ops.string_split(strings, delimiter=" .")
98 ValueError, string_ops.string_split, strings, delimiter=["|", ""])
101 ValueError, string_ops.string_split, strings, delimiter=["a"])
103 tokens = string_ops.string_split(strings, delimiter="|")
109 tokens = string_ops.string_split(strings, delimiter="| ")
122 tokens = string_ops.string_split(strings, delimiter=delimiter)
141 tokens = string_ops.string_split(strings, delimiter=delimiter)
[all …]
/external/pigweed/pw_fuzzer/
Doss_fuzz.gni17 oss_fuzz_extra_cflags_c = string_split(getenv("CFLAGS"))
18 oss_fuzz_extra_cflags_cc = string_split(getenv("CXXFLAGS"))
19 oss_fuzz_extra_ldflags = string_split(getenv("LDFLAGS"))
/external/tensorflow/tensorflow/core/kernels/fuzzing/
DBUILD31 tf_ops_fuzz_target_lib("string_split")
33 tf_oss_fuzz_corpus("string_split")
/external/tensorflow/tensorflow/python/ops/
Dstring_ops.py180 def string_split(source, sep=None, skip_empty=True, delimiter=None): # pylint: disable=invalid-name function
227 indices, values, shape = gen_string_ops.string_split(
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_string_ops.py82 indices, values, shape = gen_string_ops.string_split(
537 def string_split(source, sep=None, skip_empty=True, delimiter=None, function
581 sparse_result = string_ops.string_split(
/external/tensorflow/tensorflow/python/data/kernel_tests/
Diterator_cluster_test.py138 lambda x: string_ops.string_split([x]).values).map(table.lookup)
Dmap_test.py436 lambda x: string_ops.string_split([x]).values)
/external/pigweed/pw_protobuf_compiler/
Dproto.gni356 assert(string_split(_module_as_package, "/") == [ _module_as_package ],
402 _path_components = string_split(source, "/")
418 _prefix_path_components = string_split(_prefix, "/")
/external/pigweed/pw_build/
Dzip.gni109 input_list = string_split(input, _delimiter)
/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.bp315 "base/strings/string_split.h",
685 "base/strings/string_split.cc",
DBUILD.gn213 "base/strings/string_split.cc",
/external/angle/
DBUILD.gn653 result = string_split(branch)
/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/src/tests/
DBUILD.gn1463 split_target = string_split(target_name, "_")
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.pbtxt2296 name: "string_split"
/external/tensorflow/
DRELEASE.md1824 * Removed `tf.string_split` from v2 API.
2089 * Add name argument to `tf.string_split` and `tf.strings_split`.
2376 * Add name argument to tf.string_split and tf.strings_split
2473 * removed tf.string_split from v2 API