Home
last modified time | relevance | path

Searched refs:ctc (Results 1 – 25 of 30) sorted by relevance

12

/external/tensorflow/tensorflow/core/util/ctc/
Dctc_beam_search_test.cc46 : public tensorflow::ctc::BaseBeamScorer<T, BeamState> {
49 : tensorflow::ctc::BaseBeamScorer<T, BeamState>(), in DictionaryBeamScorer()
112 typename tensorflow::ctc::CTCBeamSearchDecoder<T>::DefaultBeamScorer in ctc_beam_search_decoding_with_and_without_dictionary()
114 tensorflow::ctc::CTCBeamSearchDecoder<T> decoder(num_classes, 10 * top_paths, in ctc_beam_search_decoding_with_and_without_dictionary()
119 tensorflow::ctc::CTCBeamSearchDecoder<T, HistoryBeamState<T>> in ctc_beam_search_decoding_with_and_without_dictionary()
141 std::vector<typename tensorflow::ctc::CTCDecoder<T>::Output> expected_output = in ctc_beam_search_decoding_with_and_without_dictionary()
149 std::vector<typename tensorflow::ctc::CTCDecoder<T>::Output> in ctc_beam_search_decoding_with_and_without_dictionary()
167 std::vector<typename tensorflow::ctc::CTCDecoder<T>::Output> outputs( in ctc_beam_search_decoding_with_and_without_dictionary()
169 for (typename tensorflow::ctc::CTCDecoder<T>::Output& output : outputs) { in ctc_beam_search_decoding_with_and_without_dictionary()
182 std::vector<typename tensorflow::ctc::CTCDecoder<T>::Output> dict_outputs( in ctc_beam_search_decoding_with_and_without_dictionary()
[all …]
Dctc_loss_calculator.cc21 namespace ctc {} // namespace ctc namespace
Dctc_loss_util.h24 namespace ctc {
Dctc_beam_scorer.h31 namespace ctc {
DBUILD31 name = "ctc",
Dctc_decoder.h28 namespace ctc {
Dctc_beam_entry.h32 namespace ctc {
Dctc_beam_search.h39 namespace ctc {
Dctc_loss_calculator.h31 namespace ctc {
/external/tensorflow/tensorflow/lite/experimental/kernels/
Dctc_loss_util.h26 namespace ctc {
Dctc_beam_scorer.h33 namespace ctc {
Dctc_decoder.h28 namespace ctc {
Dctc_beam_search_decoder.cc211 ::tflite::experimental::ctc::CTCBeamSearchDecoder<>::DefaultBeamScorer in Eval()
213 ::tflite::experimental::ctc::CTCBeamSearchDecoder<> beam_search( in Eval()
Dctc_beam_entry.h31 namespace ctc {
DBUILD10 # ctc support classes imported directly from TensorFlow.
Dctc_beam_search.h37 namespace ctc {
/external/javassist/src/main/javassist/
DCtClassType.java1002 for (CtClass ctc : ifs) in getFields()
1003 getFields(alist, ctc); in getFields()
1044 for (CtClass ctc : ifs) { in getField2()
1045 CtField f = ctc.getField2(name, desc); in getField2()
1229 for (CtClass ctc : ifs) in getMethods0()
1230 getMethods0(h, ctc); in getMethods0()
1292 for (CtClass ctc : ifs) { in getMethod0()
1293 CtMethod m = getMethod0(ctc, name, desc); in getMethod0()
/external/tensorflow/tensorflow/core/kernels/
Dctc_decoder_ops.cc322 ctc::CTCBeamSearchDecoder<T> beam_search(num_classes, beam_width_, in Compute()
359 typename ctc::CTCBeamSearchDecoder<T>::DefaultBeamScorer beam_scorer_;
Dctc_loss_op.cc151 typename ctc::CTCLossCalculator<T>::LabelSequences labels_t(batch_size); in Compute()
199 ctc::CTCLossCalculator<T> ctc_loss_calculator(num_classes - 1, 0); in Compute()
DBUILD2305 prefix = "ctc",
2311 "//tensorflow/core/util/ctc:ctc_beam_search_lib",
2312 "//tensorflow/core/util/ctc:ctc_loss_calculator_lib",
/external/javassist/src/test/javassist/
DJvstTest3.java1101 CtClass ctc = pool.makeClass("test3.Clazz67"); in test67() local
1109 ctc.addMethod(CtNewMethod.make(sb.toString(), ctc)); in test67() local
1110 ctc.debugWriteFile(); in test67()
1111 ctc.toClass(DefineClassCapability.class).getConstructor().newInstance(); in test67()
/external/tensorflow/tensorflow/python/keras/
Dbackend.py65 from tensorflow.python.ops import ctc_ops as ctc unknown
6341 ctc.ctc_loss(
6383 (decoded, log_prob) = ctc.ctc_greedy_decoder(
6386 (decoded, log_prob) = ctc.ctc_beam_search_decoder(
/external/mime-support/
Dmime.types166 application/vnd.ctc-posml
/external/tensorflow/tensorflow/core/
DBUILD853 "//tensorflow/core/util/ctc:mobile_srcs",
/external/python/cpython3/Lib/test/
Dmime.types303 application/vnd.ctc-posml pml

12