Searched refs:char_values (Results 1 – 10 of 10) sorted by relevance
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | deduction.cpp | 29 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/ |
D | unicode_ops.cc | 371 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/ |
D | api_def_UnicodeDecodeWithOffsets.pbtxt | 17 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
|
D | api_def_UnicodeDecode.pbtxt | 17 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/ |
D | ragged_string_ops.py | 384 codepoints = flat_result.char_values 389 flat_result.char_values, flat_result.row_splits)
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | unicode_decode_op_test.py | 420 self.assertAllEqual(expected_char_values, result.char_values)
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 14366 …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/ |
D | ops.pbtxt | 42636 name: "char_values" 42683 name: "char_values"
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v1.pbtxt | 86667 name: "char_values" 86714 name: "char_values"
|
D | ops_history.v2.pbtxt | 86040 name: "char_values" 86087 name: "char_values"
|