Searched refs:string_split (Results 1 – 18 of 18) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | string_split_op_test.py | 43 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/ |
D | oss_fuzz.gni | 17 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/ |
D | BUILD | 31 tf_ops_fuzz_target_lib("string_split") 33 tf_oss_fuzz_corpus("string_split")
|
/external/tensorflow/tensorflow/python/ops/ |
D | string_ops.py | 180 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/ |
D | ragged_string_ops.py | 82 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/ |
D | iterator_cluster_test.py | 138 lambda x: string_ops.string_split([x]).values).map(table.lookup)
|
D | map_test.py | 436 lambda x: string_ops.string_split([x]).values)
|
/external/pigweed/pw_protobuf_compiler/ |
D | proto.gni | 356 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/ |
D | zip.gni | 109 input_list = string_split(input, _delimiter)
|
/external/starlark-go/starlark/ |
D | library.go | 129 "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/ |
D | BUILD.gn | 314 "../../src/base/strings/string_split.cc", 315 "../../src/base/strings/string_split.h",
|
/external/libchrome/ |
D | Android.bp | 315 "base/strings/string_split.h", 685 "base/strings/string_split.cc",
|
D | BUILD.gn | 213 "base/strings/string_split.cc",
|
/external/angle/ |
D | BUILD.gn | 653 result = string_split(branch)
|
/external/python/cpython2/Objects/ |
D | stringobject.c | 1459 string_split(PyStringObject *self, PyObject *args) in string_split() function 3637 {"split", (PyCFunction)string_split, METH_VARARGS, split__doc__},
|
/external/angle/src/tests/ |
D | BUILD.gn | 1463 split_target = string_split(target_name, "_")
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.pbtxt | 2296 name: "string_split"
|
/external/tensorflow/ |
D | RELEASE.md | 1824 * 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
|