Home
last modified time | relevance | path

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

/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/internal/reference/
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
1784 inline void LogSoftmax(const float* input_data, const Dims<4>& input_dims, in LogSoftmax() function
1790 inline void LogSoftmax(const uint8* input_data, const Dims<4>& input_dims, in LogSoftmax() function
Dreference_ops.h905 inline void LogSoftmax(const SoftmaxParams& params, in LogSoftmax() function
937 inline void LogSoftmax(const SoftmaxParams& params, in LogSoftmax() function
/external/tensorflow/tensorflow/lite/kernels/
Dactivations_test.cc2131 TEST(FloatActivationsOpTest, LogSoftmax) { in TEST() argument
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h4226 inline void LogSoftmax(const float* input_data, const RuntimeShape& input_shape, in LogSoftmax() function
4233 inline void LogSoftmax(const float* input_data, const Dims<4>& input_dims, in LogSoftmax() function
4239 inline void LogSoftmax(const uint8* input_data, const RuntimeShape& input_shape, in LogSoftmax() function
4254 inline void LogSoftmax(const uint8* input_data, const Dims<4>& input_dims, in LogSoftmax() function
Doptimized_ops.h4068 inline void LogSoftmax(const SoftmaxParams& params, in LogSoftmax() function
4091 inline void LogSoftmax(const SoftmaxParams& params, in LogSoftmax() function
4114 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.go24709 func LogSoftmax(scope *Scope, logits tf.Output) (logsoftmax tf.Output) { func