Searched refs:ctc (Results 1 – 25 of 30) sorted by relevance
12
/external/tensorflow/tensorflow/core/util/ctc/ |
D | ctc_beam_search_test.cc | 46 : 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 …]
|
D | ctc_loss_calculator.cc | 21 namespace ctc {} // namespace ctc namespace
|
D | ctc_loss_util.h | 24 namespace ctc {
|
D | ctc_beam_scorer.h | 31 namespace ctc {
|
D | BUILD | 31 name = "ctc",
|
D | ctc_decoder.h | 28 namespace ctc {
|
D | ctc_beam_entry.h | 32 namespace ctc {
|
D | ctc_beam_search.h | 39 namespace ctc {
|
D | ctc_loss_calculator.h | 31 namespace ctc {
|
/external/tensorflow/tensorflow/lite/experimental/kernels/ |
D | ctc_loss_util.h | 26 namespace ctc {
|
D | ctc_beam_scorer.h | 33 namespace ctc {
|
D | ctc_decoder.h | 28 namespace ctc {
|
D | ctc_beam_search_decoder.cc | 211 ::tflite::experimental::ctc::CTCBeamSearchDecoder<>::DefaultBeamScorer in Eval() 213 ::tflite::experimental::ctc::CTCBeamSearchDecoder<> beam_search( in Eval()
|
D | ctc_beam_entry.h | 31 namespace ctc {
|
D | BUILD | 10 # ctc support classes imported directly from TensorFlow.
|
D | ctc_beam_search.h | 37 namespace ctc {
|
/external/javassist/src/main/javassist/ |
D | CtClassType.java | 1002 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/ |
D | ctc_decoder_ops.cc | 322 ctc::CTCBeamSearchDecoder<T> beam_search(num_classes, beam_width_, in Compute() 359 typename ctc::CTCBeamSearchDecoder<T>::DefaultBeamScorer beam_scorer_;
|
D | ctc_loss_op.cc | 151 typename ctc::CTCLossCalculator<T>::LabelSequences labels_t(batch_size); in Compute() 199 ctc::CTCLossCalculator<T> ctc_loss_calculator(num_classes - 1, 0); in Compute()
|
D | BUILD | 2305 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/ |
D | JvstTest3.java | 1101 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/ |
D | backend.py | 65 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/ |
D | mime.types | 166 application/vnd.ctc-posml
|
/external/tensorflow/tensorflow/core/ |
D | BUILD | 853 "//tensorflow/core/util/ctc:mobile_srcs",
|
/external/python/cpython3/Lib/test/ |
D | mime.types | 303 application/vnd.ctc-posml pml
|
12