Home
last modified time | relevance | path

Searched refs:label_length (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dctc_loss_op_test.py75 label_length=None,
322 label_length = random_ops.random_uniform(
325 label_length, maxlen=max_label_length, dtype=label_length.dtype)
332 label_length=label_length,
336 sparse_labels = ctc_ops.dense_labels_to_sparse(labels, label_length)
349 label_length=label_length,
360 label_length = 5
364 [batch_size, label_length], minval=1, maxval=num_labels,
368 [batch_size], minval=2, maxval=label_length, dtype=dtypes.int64)
370 label_lengths, maxlen=label_length, dtype=label_lengths.dtype)
[all …]
/external/deqp/external/openglcts/modules/common/
DglcKHRDebugTests.cpp702 static const GLsizei label_length = (GLsizei)(sizeof(label) / sizeof(label[0]) - 1); in iterate() local
748 if (label_length != length) in iterate()
766 if (label_length != length) in iterate()
1274 static const size_t label_length = sizeof(label) / sizeof(label[0]) - 1; in iterate() local
1319 GL_DEBUG_SEVERITY_HIGH /* severity */, label_length /* length */, label); in iterate()
1359 if (label_length + 1 != lengths[0]) in iterate()
1380 GL_DEBUG_SEVERITY_HIGH /* severity */, label_length /* length */, label); in iterate()
1406 GL_DEBUG_SEVERITY_HIGH /* severity */, label_length /* length */, label); in iterate()
1425 GL_DEBUG_SEVERITY_HIGH /* severity */, label_length /* length */, label); in iterate()
1459 GL_DEBUG_SEVERITY_MEDIUM /* severity */, label_length /* length */, label); in iterate()
[all …]
/external/tensorflow/tensorflow/python/ops/
Dctc_ops.py526 def ctc_loss_and_grad(logits, labels, label_length, logit_length, unique=None): argument
557 label_length, max_label_seq_length)
588 def ctc_loss_v2(labels, logits, label_length, logit_length, argument
667 label_length=label_length,
675 def ctc_loss_dense(labels, logits, label_length, logit_length, argument
739 [logits, labels, label_length, logit_length]):
742 label_length = ops.convert_to_tensor(label_length, name="label_length")
758 args = [logits, labels, label_length, logit_length]
773 label_length_t.set_shape(label_length.shape)
778 label_length=label_length_t,
/external/webrtc/talk/app/webrtc/
Dsctputils_unittest.cc41 uint16_t label_length; in VerifyOpenMessageFormat() local
68 ASSERT_TRUE(buffer.ReadUInt16(&label_length)); in VerifyOpenMessageFormat()
70 EXPECT_EQ(label.size(), label_length); in VerifyOpenMessageFormat()
74 ASSERT_TRUE(buffer.ReadString(&label_output, label_length)); in VerifyOpenMessageFormat()
Dsctputils.cc98 uint16_t label_length; in ParseDataChannelOpenMessage() local
99 if (!buffer.ReadUInt16(&label_length)) { in ParseDataChannelOpenMessage()
108 if (!buffer.ReadString(label, (size_t) label_length)) { in ParseDataChannelOpenMessage()
/external/deqp-deps/SPIRV-Tools/test/
Dmove_to_front_test.cpp93 const size_t label_length = label.str().length(); in PrintTreeInternal() local
94 if (label_length < text_field_wvalueth) in PrintTreeInternal()
95 label << std::string(text_field_wvalueth - label_length, '-'); in PrintTreeInternal()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dmove_to_front_test.cpp93 const size_t label_length = label.str().length(); in PrintTreeInternal() local
94 if (label_length < text_field_wvalueth) in PrintTreeInternal()
95 label << std::string(text_field_wvalueth - label_length, '-'); in PrintTreeInternal()
/external/jemalloc/src/
Dutil.c465 goto label_length; in malloc_vsnprintf()
485 label_length: in malloc_vsnprintf()
/external/jemalloc_new/src/
Dmalloc_io.c475 goto label_length; in malloc_vsnprintf()
496 label_length: in malloc_vsnprintf()
/external/tensorflow/tensorflow/python/keras/
Dbackend.py5141 def ctc_batch_cost(y_true, y_pred, input_length, label_length): argument
5158 label_length = math_ops.cast(
5159 array_ops.squeeze(label_length, axis=-1), dtypes_module.int32)
5163 ctc_label_dense_to_sparse(y_true, label_length), dtypes_module.int32)
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.nn.pbtxt113 …argspec: "args=[\'labels\', \'logits\', \'label_length\', \'logit_length\', \'logits_time_major\',…
Dtensorflow.keras.backend.pbtxt117 …argspec: "args=[\'y_true\', \'y_pred\', \'input_length\', \'label_length\'], varargs=None, keyword…
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.nn.pbtxt137 …argspec: "args=[\'labels\', \'logits\', \'label_length\', \'logit_length\', \'logits_time_major\',…
Dtensorflow.keras.backend.pbtxt117 …argspec: "args=[\'y_true\', \'y_pred\', \'input_length\', \'label_length\'], varargs=None, keyword…