Home
last modified time | relevance | path

Searched defs:ConvertLogSoftmax (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/
H A Dlog_softmax.cc26 class ConvertLogSoftmax : public OpConverterBase<ConvertLogSoftmax> { class
28 explicit ConvertLogSoftmax(OpConverterParams *params) in ConvertLogSoftmax() function in tensorflow::tensorrt::convert::ConvertLogSoftmax
/aosp_15_r20/external/android-nn-driver/1.2/
H A DHalPolicy.cpp346 bool HalPolicy::ConvertLogSoftmax(const Operation& operation, const Model& model, ConversionData& d… in ConvertLogSoftmax() function in armnn_driver::hal_1_2::HalPolicy
/aosp_15_r20/external/android-nn-driver/1.3/
H A DHalPolicy.cpp364 bool HalPolicy::ConvertLogSoftmax(const Operation& operation, const Model& model, ConversionData& d… in ConvertLogSoftmax() function in armnn_driver::hal_1_3::HalPolicy
/aosp_15_r20/external/android-nn-driver/
H A DConversionUtils_1_2.hpp1457 bool ConvertLogSoftmax(const HalOperation& operation, const HalModel& model, ConversionData& data) in ConvertLogSoftmax() function
/aosp_15_r20/external/armnn/shim/sl/canonical/
H A DConverter.cpp2848 bool Converter::ConvertLogSoftmax(const Operation& operation, const Model& model, ConversionData& d… in ConvertLogSoftmax() function in armnn_driver::Converter
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Darithmetic_optimizer_test.cc3105 TEST_F(ArithmeticOptimizerTest, ConvertLogSoftmax) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_nodes_test.cc4934 TEST_P(OpConverter_FP32_FP16_Test, ConvertLogSoftmax) { in TEST_P() argument