Home
last modified time | relevance | path

Searched refs:Softmax (Results 1 – 25 of 71) sorted by relevance

123

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dsoftmax.h29 class Softmax : public GPUOperation {
31 Softmax() = default;
32 explicit Softmax(const OperationDef& definition) : GPUOperation(definition) {} in Softmax() function
39 Softmax(Softmax&& kernel);
40 Softmax& operator=(Softmax&& kernel);
41 Softmax(const Softmax&) = delete;
42 Softmax& operator=(const Softmax&) = delete;
44 friend Softmax CreateSoftmax();
53 Softmax CreateSoftmax(const OperationDef& definition);
Dsoftmax.cc68 Softmax::Softmax(Softmax&& kernel) in Softmax() function in tflite::gpu::cl::Softmax
73 Softmax& Softmax::operator=(Softmax&& kernel) { in operator =()
82 Status Softmax::Compile(const CreationContext& creation_context) { in Compile()
89 Status Softmax::BindArguments() { in BindArguments()
100 int3 Softmax::GetGridSize() const { in GetGridSize()
107 Status Softmax::Tune(const TuningParameters& params) { in Tune()
112 Status Softmax::AddToQueue(CLCommandQueue* queue) { in AddToQueue()
117 Softmax CreateSoftmax(const OperationDef& definition) { in CreateSoftmax()
118 return Softmax(definition); in CreateSoftmax()
Dsoftmax_test.cc36 TEST_F(OpenCLOperationTest, Softmax) { in TEST_F() argument
51 Softmax operation = CreateSoftmax(op_def); in TEST_F()
/external/tensorflow/tensorflow/lite/micro/kernels/
Dsoftmax.cc87 tflite::reference_ops::Softmax(input->data.f, input_size, 1, params->beta, in Softmax1DFloat()
96 tflite::reference_ops::Softmax(input->data.f, input_size, batch_size, in Softmax2DFloat()
114 tflite::reference_ops::Softmax(op_params, shape, in Softmax1DQuantized()
119 tflite::reference_integer_ops::Softmax( in Softmax1DQuantized()
123 tflite::reference_integer_ops::Softmax( in Softmax1DQuantized()
145 tflite::reference_ops::Softmax(op_params, shape, in Softmax2DQuantized()
150 tflite::reference_integer_ops::Softmax( in Softmax2DQuantized()
154 tflite::reference_integer_ops::Softmax( in Softmax2DQuantized()
166 tflite::reference_ops::Softmax( in Softmax4DFloat()
178 tflite::reference_ops::Softmax( in Softmax4DQuantized()
[all …]
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_Softmax.pbtxt2 graph_op_name: "Softmax"
4 name: "nn.Softmax"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DSoftmax.pbtxt2 name: "Softmax"
24 name: "Softmax"
/external/tensorflow/tensorflow/lite/kernels/internal/
Dsoftmax_quantized_test.cc55 optimized_ops::Softmax(sm_params, shape_common, reference_dequant_data.data(), in RunSoftmaxFloatReference()
135 optimized_ops::Softmax(params, shape_common, input_data, shape_common, in RunOneSoftmaxTest()
137 reference_ops::Softmax(params, shape_common, input_data, shape_common, in RunOneSoftmaxTest()
205 optimized_integer_ops::Softmax(params, shape_common, input_data, shape_common, in RunOneSoftmaxTestInt8()
207 reference_integer_ops::Softmax(params, shape_common, input_data, shape_common, in RunOneSoftmaxTestInt8()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dsoftmax.cc36 class Softmax : public NodeShader { class
96 return absl::make_unique<Softmax>(); in NewSoftmaxNodeShader()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dsoftmax.h28 inline void Softmax(const SoftmaxParams& params, in Softmax() function
64 inline void Softmax(const SoftmaxParams& params, in Softmax() function
139 inline void Softmax(const float* in, const int input_size, const int batch_size, in Softmax() function
/external/tensorflow/tensorflow/lite/kernels/
Dsoftmax_test.cc98 tflite::reference_ops::Softmax(params, input_shape, input_buffer, input_shape, in TEST()
127 tflite::reference_ops::Softmax(params, input_shape, input_buffer, input_shape, in TEST()
/external/tensorflow/tensorflow/lite/micro/kernels/xtensa-hifimini/
Dsoftmax.cc36 inline void Softmax(const SoftmaxParams& params, in Softmax() function
176 xtensa::hifimini::Softmax(op_params, shape, GetTensorData<int8_t>(input), in Softmax2DQuantized()
180 xtensa::hifimini::Softmax(op_params, shape, GetTensorData<int8_t>(input), in Softmax2DQuantized()
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_Softmax.pbtxt2 graph_op_name: "Softmax"
/external/tensorflow/tensorflow/python/keras/layers/
Dadvanced_activations.py263 class Softmax(Layer): class
279 super(Softmax, self).__init__(**kwargs)
288 base_config = super(Softmax, self).get_config()
Dadvanced_activations_test.py60 testing_utils.layer_test(keras.layers.Softmax,
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/kernels/
Dsoftmax.h30 std::vector<ComputeTaskDescriptorPtr> Softmax(int id, ValueId input_id,
Dsoftmax.cc99 std::vector<ComputeTaskDescriptorPtr> Softmax(int id, ValueId input_id, in Softmax() function
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Softmax.pbtxt2 graph_op_name: "Softmax"
/external/tensorflow/tensorflow/compiler/jit/tests/
Dkeras_imagenet_main_graph_mode.golden_summary44 Softmax 1
Dkeras_imagenet_main.golden_summary43 Softmax 1
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/selectors/
Dsimple_selectors.cc178 Softmax operation = CreateSoftmax(op_def); in SelectSoftmax()
179 *ptr = absl::make_unique<Softmax>(std::move(operation)); in SelectSoftmax()
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.layers.-softmax.pbtxt1 path: "tensorflow.keras.layers.Softmax"
3 is_instance: "<class \'tensorflow.python.keras.layers.advanced_activations.Softmax\'>"
/external/XNNPACK/
DREADME.md36 - Softmax
84 - Marat Dukhan, Artsiom Ablavatski "The Two-Pass Softmax Algorithm".
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.layers.-softmax.pbtxt1 path: "tensorflow.keras.layers.Softmax"
3 is_instance: "<class \'tensorflow.python.keras.layers.advanced_activations.Softmax\'>"
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dsoftmax.h25 inline void Softmax(const SoftmaxParams& params, in Softmax() function
/external/tensorflow/tensorflow/core/grappler/costs/
Danalytical_cost_estimator_test.cc81 auto softmax = ops::Softmax(s.WithOpName("softmax"), logits); in CreateMiniGraph()

123