Searched defs:ConvertLogSoftmax (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/ |
H A D | log_softmax.cc | 26 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 D | HalPolicy.cpp | 346 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 D | HalPolicy.cpp | 364 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 D | ConversionUtils_1_2.hpp | 1457 bool ConvertLogSoftmax(const HalOperation& operation, const HalModel& model, ConversionData& data) in ConvertLogSoftmax() function
|
/aosp_15_r20/external/armnn/shim/sl/canonical/ |
H A D | Converter.cpp | 2848 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 D | arithmetic_optimizer_test.cc | 3105 TEST_F(ArithmeticOptimizerTest, ConvertLogSoftmax) { in TEST_F() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
H A D | convert_nodes_test.cc | 4934 TEST_P(OpConverter_FP32_FP16_Test, ConvertLogSoftmax) { in TEST_P() argument
|