Home
last modified time | relevance | path

Searched defs:Softmax (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dsoftmax.h28 inline void Softmax(const SoftmaxParams& params, in Softmax() function
60 inline void Softmax(const SoftmaxParams& params, in Softmax() function
135 inline void Softmax(const float* in, const int input_size, const int batch_size, in Softmax() function
Dlegacy_reference_ops.h698 inline void Softmax(const float* input_data, const RuntimeShape& input_shape, in Softmax() function
706 inline void Softmax(const uint8* input_data, const RuntimeShape& input_shape, in Softmax() function
1677 inline void Softmax(const float* input_data, const Dims<4>& input_dims, in Softmax() function
1684 inline void Softmax(const uint8* input_data, const Dims<4>& input_dims, in Softmax() function
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dsoftmax.h24 inline void Softmax(const SoftmaxParams& params, in Softmax() function
/external/tensorflow/tensorflow/python/keras/layers/
Dadvanced_activations.py239 class Softmax(Layer): class
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h1427 inline void Softmax(const float* input_data, const RuntimeShape& input_shape, in Softmax() function
1435 inline void Softmax(const float* input_data, const Dims<4>& input_dims, in Softmax() function
1442 inline void Softmax(const uint8* input_data, const RuntimeShape& input_shape, in Softmax() function
1452 inline void Softmax(const uint8* input_data, const Dims<4>& input_dims, in Softmax() function
Doptimized_ops.h4431 inline void Softmax(const SoftmaxParams& params, in Softmax() function
4451 inline void Softmax(const SoftmaxParams& params, in Softmax() function
/external/tensorflow/tensorflow/lite/kernels/
Dactivations.cc549 void Softmax(const float* in, const int input_size, const int batch_size, in Softmax() function
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h4546 inline void Softmax(const SoftmaxParams& params, in Softmax() function
4568 inline void Softmax(const float* input_data, const RuntimeShape& input_shape, in Softmax() function
4576 inline void Softmax(const SoftmaxParams& params, in Softmax() function
4789 inline void Softmax(const uint8* input_data, const RuntimeShape& input_shape, in Softmax() function
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc882 class Softmax class
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc2901 TEST_F(OpTest, Softmax) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go8281 func Softmax(scope *Scope, logits tf.Output) (softmax tf.Output) { func