Home
last modified time | relevance | path

Searched defs:LogSoftmax (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dlog_softmax.h28 inline void LogSoftmax(const SoftmaxParams& params, in LogSoftmax() function
60 inline void LogSoftmax(const SoftmaxParams& params, in LogSoftmax() function
245 inline void LogSoftmax(const SoftmaxParams& params, const size_t outer_size, in LogSoftmax() function
H A Dlegacy_reference_ops.h769 inline void LogSoftmax(const float* input_data, const RuntimeShape& input_shape, in LogSoftmax() function
776 inline void LogSoftmax(const uint8* input_data, const RuntimeShape& input_shape, in LogSoftmax() function
1791 inline void LogSoftmax(const float* input_data, const Dims<4>& input_dims, in LogSoftmax() function
1797 inline void LogSoftmax(const uint8* input_data, const Dims<4>& input_dims, in LogSoftmax() function
/aosp_15_r20/external/executorch/backends/qualcomm/builders/
H A Dop_log_softmax.py19 class LogSoftmax(NodeVisitor): class
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DLogSoftmax.cpp29 void LogSoftmax(Decoder<float>& input, in LogSoftmax() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
H A Dlog_softmax.h25 inline void LogSoftmax(int32_t input_multiplier, int32_t input_shift, in LogSoftmax() function
/aosp_15_r20/external/executorch/backends/arm/test/ops/
H A Dtest_logsoftmax.py34 class LogSoftmax(torch.nn.Module): class in TestLogSoftmax
/aosp_15_r20/external/pytorch/torch/nn/modules/
H A Dactivation.py1703 class LogSoftmax(Module): class
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dlegacy_optimized_ops.h4231 inline void LogSoftmax(const float* input_data, const RuntimeShape& input_shape, in LogSoftmax() function
4238 inline void LogSoftmax(const float* input_data, const Dims<4>& input_dims, in LogSoftmax() function
4244 inline void LogSoftmax(const uint8* input_data, const RuntimeShape& input_shape, in LogSoftmax() function
4259 inline void LogSoftmax(const uint8* input_data, const Dims<4>& input_dims, in LogSoftmax() function
H A Doptimized_ops.h3754 inline void LogSoftmax(const SoftmaxParams& params, in LogSoftmax() function
3777 inline void LogSoftmax(const SoftmaxParams& params, in LogSoftmax() function
3800 inline void LogSoftmax(const SoftmaxParams& params, float input_scale, in LogSoftmax() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dactivations_test.cc2278 TEST_P(LogSoftmaxOpTest, LogSoftmax) { in TEST_P() argument
/aosp_15_r20/external/executorch/backends/qualcomm/tests/
H A Dmodels.py609 class LogSoftmax(torch.nn.Module): class
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dfunctional.cpp1392 TEST_F(FunctionalTest, LogSoftmax) { in TEST_F() argument
H A Dmodules.cpp2615 TEST_F(ModulesTest, LogSoftmax) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc3186 TEST_F(OpTest, LogSoftmax) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go22868 func LogSoftmax(scope *Scope, logits tf.Output) (logsoftmax tf.Output) { func