Home
last modified time | relevance | path

Searched defs:logsoftmax (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Darithmetic_optimizer_test.cc3109 Output logsoftmax = ops::Log(s.WithOpName("output"), softmax); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_nodes_test.cc4938 auto logsoftmax = ops::LogSoftmax(s.WithOpName("my_logsoftmax"), input); in TEST_P() local