Home
last modified time | relevance | path

Searched refs:Logistic (Results 1 – 22 of 22) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dlogistic.h30 inline void Logistic(const RuntimeShape& input_shape, const float* input_data, in Logistic() function
61 inline void Logistic(const LogisticParams&, const RuntimeShape& input_shape, in Logistic() function
65 Logistic(input_shape, input_data, output_shape, output_data); in Logistic()
68 inline void Logistic(const LogisticParams& params, in Logistic() function
93 inline void Logistic(const RuntimeShape& input_shape, const int8_t* input_data, in Logistic() function
Dlegacy_reference_ops.h788 inline void Logistic(const LogisticParams& params, in Logistic() function
829 inline void Logistic(const uint8* input_data, const RuntimeShape& input_shape, in Logistic() function
838 Logistic(params, input_shape, input_data, output_shape, output_data); in Logistic()
841 inline void Logistic(const RuntimeShape& input_shape, const int16* input_data, in Logistic() function
845 Logistic(params, input_shape, input_data, output_shape, output_data); in Logistic()
1801 inline void Logistic(const float* input_data, const Dims<4>& input_dims, in Logistic() function
1803 Logistic(DimsToShape(input_dims), input_data, DimsToShape(output_dims), in Logistic()
1807 inline void Logistic(const uint8* input_data, const Dims<4>& input_dims, in Logistic() function
1811 Logistic(input_data, DimsToShape(input_dims), input_zero_point, in Logistic()
1816 inline void Logistic(const int16* input_data, const Dims<4>& input_dims, in Logistic() function
[all …]
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dlogistic_test.cc28 TEST(Logistic, 4D) {
48 TEST(Logistic, 3D) {
67 TEST(Logistic, 2D) {
85 TEST(Logistic, 1D) {
100 TEST(Logistic, MultiThreading) { in TEST() argument
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dlogistic.h24 inline void Logistic(int32_t input_zero_point, int32_t input_range_radius, in Logistic() function
61 inline void Logistic(int32_t input_multiplier, int32_t input_left_shift, in Logistic() function
/external/tensorflow/tensorflow/lite/micro/kernels/
Dlogistic.cc96 reference_ops::Logistic(tflite::micro::GetTensorShape(input), in LogisticEval()
111 reference_integer_ops::Logistic( in LogisticEval()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dunary_ops_composition.cc67 add_xla_op_generator("Sigmoid", xla::Logistic); in PopulateXlaOpGeneratorMap()
Dunary_ops.cc89 XLAJIT_MAKE_UNARY(Sigmoid, xla::Logistic(x));
Dbinary_ops.cc233 XLA_MAKE_BINARY(SoftplusGrad, xla::Mul(lhs, xla::Logistic(rhs)));
/external/tensorflow/tensorflow/lite/delegates/hexagon/
DREADME.md80 * Logistic (aka Sigmoid)
/external/tensorflow/tensorflow/lite/delegates/coreml/
DREADME.md80 * Logistic (aka Sigmoid)
/external/tensorflow/tensorflow/lite/kernels/
Dactivations.cc984 reference_ops::Logistic( in SigmoidEval()
988 optimized_ops::Logistic( in SigmoidEval()
1000 reference_integer_ops::Logistic( in SigmoidEval()
1004 optimized_ops::Logistic( in SigmoidEval()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h4265 inline void Logistic(const LogisticParams& params, in Logistic() function
4405 inline void Logistic(const uint8* input_data, const RuntimeShape& input_shape, in Logistic() function
4414 Logistic(params, input_shape, input_data, output_shape, output_data); in Logistic()
4417 inline void Logistic(const float* input_data, const Dims<4>& input_dims, in Logistic() function
4419 Logistic(DimsToShape(input_dims), input_data, DimsToShape(output_dims), in Logistic()
4423 inline void Logistic(const uint8* input_data, const Dims<4>& input_dims, in Logistic() function
4427 Logistic(input_data, DimsToShape(input_dims), input_zero_point, in Logistic()
4432 inline void Logistic(const RuntimeShape& input_shape, const int16* input_data, in Logistic() function
4436 Logistic(params, input_shape, input_data, output_shape, output_data); in Logistic()
4439 inline void Logistic(const int16* input_data, const RuntimeShape& input_shape, in Logistic() function
[all …]
Doptimized_ops.h4171 inline void Logistic(const RuntimeShape& input_shape, const float* input_data, in Logistic() function
4182 inline void Logistic(const LogisticParams&, const RuntimeShape& input_shape, in Logistic() function
4186 Logistic(input_shape, input_data, output_shape, output_data); in Logistic()
4189 inline void Logistic(const LogisticParams& params, in Logistic() function
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dcoreml_delegate.md257 * Logistic (aka Sigmoid)
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h1340 friend XlaOp Logistic(XlaOp operand);
2295 XlaOp Logistic(XlaOp operand);
Dxla_builder.cc4754 XlaOp Logistic(const XlaOp operand) { in Logistic() function
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dhlo_ops_base.td293 string summary = "Logistic operator";
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc346 HANDLE_OPERATORTYPENAME_CASE(Logistic) in OperatorTypeName()
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tfl.cc130 DECL_CONVERT_OP(Logistic);
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.td1870 let summary = "Logistic operator";
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md1333 <b>`Logistic(operand)`</b> Element-wise logistic function computation `x ->
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/
Dops.mlir651 // test invalid Logistic input