Home
last modified time | relevance | path

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

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