Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
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
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
/external/armnn/src/backends/reference/workloads/
DLogSoftmax.cpp29 void LogSoftmax(Decoder<float>& input, in LogSoftmax() function
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dlog_softmax.h25 inline void LogSoftmax(int32_t input_multiplier, int32_t input_shift, in LogSoftmax() function
/external/tensorflow/tensorflow/lite/kernels/
Dactivations_test.cc2278 TEST_P(LogSoftmaxOpTest, LogSoftmax) { in TEST_P() argument
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
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
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
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc3186 TEST_F(OpTest, LogSoftmax) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go22868 func LogSoftmax(scope *Scope, logits tf.Output) (logsoftmax tf.Output) { func