Home
last modified time | relevance | path

Searched defs:LogSoftmax (Results 1 – 10 of 10) 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/
Dactivations_test.cc758 TEST(FloatActivationsOpTest, LogSoftmax) { in TEST() argument
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h1461 inline void LogSoftmax(const float* input_data, const RuntimeShape& input_shape, in LogSoftmax() function
1468 inline void LogSoftmax(const float* input_data, const Dims<4>& input_dims, in LogSoftmax() function
1474 inline void LogSoftmax(const uint8* input_data, const RuntimeShape& input_shape, in LogSoftmax() function
1488 inline void LogSoftmax(const uint8* input_data, const Dims<4>& input_dims, in LogSoftmax() function
Doptimized_ops.h4664 inline void LogSoftmax(const SoftmaxParams& params, in LogSoftmax() function
4700 inline void LogSoftmax(const SoftmaxParams& params, in LogSoftmax() function
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dlegacy_reference_ops.h717 inline void LogSoftmax(const float* input_data, const RuntimeShape& input_shape, in LogSoftmax() function
724 inline void LogSoftmax(const uint8* input_data, const RuntimeShape& input_shape, in LogSoftmax() function
1693 inline void LogSoftmax(const float* input_data, const Dims<4>& input_dims, in LogSoftmax() function
1699 inline void LogSoftmax(const uint8* input_data, const Dims<4>& input_dims, in LogSoftmax() function
Dreference_ops.h2567 inline void LogSoftmax(const SoftmaxParams& params, in LogSoftmax() function
2599 inline void LogSoftmax(const SoftmaxParams& params, in LogSoftmax() function
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc1830 class LogSoftmax : public SimpleOperator<LogSoftmaxOperator> { class
1832 explicit LogSoftmax() in LogSoftmax() function in toco::tflite::LogSoftmax
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h4802 inline void LogSoftmax(const SoftmaxParams& params, in LogSoftmax() function
4839 inline void LogSoftmax(const float* input_data, const RuntimeShape& input_shape, in LogSoftmax() function
4960 inline void LogSoftmax(const SoftmaxParams& params, in LogSoftmax() function
5052 inline void LogSoftmax(const uint8* input_data, const RuntimeShape& input_shape, in LogSoftmax() function
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc2191 TEST_F(OpTest, LogSoftmax) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go8257 func LogSoftmax(scope *Scope, logits tf.Output) (logsoftmax tf.Output) { func