Home
last modified time | relevance | path

Searched defs:CTCLoss (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2021-101.md3 ### CVE Number
6 ### Impact
56 ### Patches
66 ### For more information
72 ### Attribution
/aosp_15_r20/external/pytorch/torch/nn/modules/
H A Dloss.py1828 class CTCLoss(_Loss): class
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dfunctional.cpp2568 TEST_F(FunctionalTest, CTCLoss) { in TEST_F() argument
H A Dmodules.cpp3191 TEST_F(ModulesTest, CTCLoss) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go5299 func CTCLoss(scope *Scope, inputs tf.Output, labels_indices tf.Output, labels_values tf.Output, seq… func