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.h767 inline void LogSoftmax(const float* input_data, const RuntimeShape& input_shape, in LogSoftmax() function
774 inline void LogSoftmax(const uint8* input_data, const RuntimeShape& input_shape, in LogSoftmax() function
1789 inline void LogSoftmax(const float* input_data, const Dims<4>& input_dims, in LogSoftmax() function
1795 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.h23 inline void LogSoftmax(int32_t input_multiplier, int32_t input_shift, in LogSoftmax() function
/external/tensorflow/tensorflow/lite/kernels/
Dactivations_test.cc2196 TEST_P(LogSoftmaxOpTest, LogSoftmax) { in TEST_P() argument
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h4229 inline void LogSoftmax(const float* input_data, const RuntimeShape& input_shape, in LogSoftmax() function
4236 inline void LogSoftmax(const float* input_data, const Dims<4>& input_dims, in LogSoftmax() function
4242 inline void LogSoftmax(const uint8* input_data, const RuntimeShape& input_shape, in LogSoftmax() function
4257 inline void LogSoftmax(const uint8* input_data, const Dims<4>& input_dims, in LogSoftmax() function
Doptimized_ops.h4077 inline void LogSoftmax(const SoftmaxParams& params, in LogSoftmax() function
4100 inline void LogSoftmax(const SoftmaxParams& params, in LogSoftmax() function
4123 inline void LogSoftmax(const SoftmaxParams& params, float input_scale, in LogSoftmax() function
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc2192 TEST_F(OpTest, LogSoftmax) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go9022 func LogSoftmax(scope *Scope, logits tf.Output) (logsoftmax tf.Output) { func