Home
last modified time | relevance | path

Searched refs:char_values (Results 1 – 10 of 10) sorted by relevance

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Ddeduction.cpp29 template<char...> struct char_values { struct
34 struct char_values<C1, 12, C3> { struct
38 int check0[char_values<1, 12, 3>::value == 1? 1 : -1];
/external/tensorflow/tensorflow/core/kernels/
Dunicode_ops.cc371 void Decode(OpKernelContext* ctx, std::vector<UChar32>* char_values, in Decode() argument
391 char_values->push_back(decoded_value); in Decode()
416 std::vector<UChar32> char_values; in Compute() local
437 std::bind(&UnicodeDecodeBaseOp::Decode, this, ctx, &char_values, in Compute()
447 {static_cast<int64>(char_values.size())}, in Compute()
451 DCHECK(offset_values.size() == char_values.size()); in Compute()
460 for (int i = 0; i < char_values.size(); ++i) { in Compute()
461 out_char_values(i) = static_cast<int32>(char_values[i]); in Compute()
465 for (int i = 0; i < char_values.size(); ++i) { in Compute()
466 out_char_values(i) = static_cast<int32>(char_values[i]); in Compute()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_UnicodeDecodeWithOffsets.pbtxt17 name: "char_values"
26 character in `char_values` starts.
69 `char_values`, with strings expanded to characters in row-major order.
74 each input string begin and end within the `char_values` and
79 * `char_values[row_splits[i]+j]` is the Unicode codepoint for the `j`th
Dapi_def_UnicodeDecode.pbtxt17 name: "char_values"
62 `char_values`, with strings expanded to characters in row-major order.
65 each input string begin and end within the `char_values` tensor.
70 * `char_values[row_splits[i]+j]` is the Unicode codepoint for the `j`th
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_string_ops.py384 codepoints = flat_result.char_values
389 flat_result.char_values, flat_result.row_splits)
/external/tensorflow/tensorflow/python/kernel_tests/
Dunicode_decode_op_test.py420 self.assertAllEqual(expected_char_values, result.char_values)
/external/tensorflow/tensorflow/go/op/
Dwrappers.go14366 …put_encoding string, optional ...UnicodeDecodeAttr) (row_splits tf.Output, char_values tf.Output) {
18245 …ring, optional ...UnicodeDecodeWithOffsetsAttr) (row_splits tf.Output, char_values tf.Output, char…
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt42636 name: "char_values"
42683 name: "char_values"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v1.pbtxt86667 name: "char_values"
86714 name: "char_values"
Dops_history.v2.pbtxt86040 name: "char_values"
86087 name: "char_values"