/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | logistic.h | 30 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
|
D | legacy_reference_ops.h | 788 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/ |
D | logistic_test.cc | 28 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/ |
D | logistic.h | 24 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/ |
D | logistic.cc | 96 reference_ops::Logistic(tflite::micro::GetTensorShape(input), in LogisticEval() 111 reference_integer_ops::Logistic( in LogisticEval()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | unary_ops_composition.cc | 67 add_xla_op_generator("Sigmoid", xla::Logistic); in PopulateXlaOpGeneratorMap()
|
D | unary_ops.cc | 89 XLAJIT_MAKE_UNARY(Sigmoid, xla::Logistic(x));
|
D | binary_ops.cc | 233 XLA_MAKE_BINARY(SoftplusGrad, xla::Mul(lhs, xla::Logistic(rhs)));
|
/external/tensorflow/tensorflow/lite/delegates/hexagon/ |
D | README.md | 80 * Logistic (aka Sigmoid)
|
/external/tensorflow/tensorflow/lite/delegates/coreml/ |
D | README.md | 80 * Logistic (aka Sigmoid)
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | activations.cc | 984 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/ |
D | legacy_optimized_ops.h | 4265 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 …]
|
D | optimized_ops.h | 4171 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/ |
D | coreml_delegate.md | 257 * Logistic (aka Sigmoid)
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.h | 1340 friend XlaOp Logistic(XlaOp operand); 2295 XlaOp Logistic(XlaOp operand);
|
D | xla_builder.cc | 4754 XlaOp Logistic(const XlaOp operand) { in Logistic() function
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/ |
D | hlo_ops_base.td | 293 string summary = "Logistic operator";
|
/external/tensorflow/tensorflow/lite/toco/ |
D | tooling_util.cc | 346 HANDLE_OPERATORTYPENAME_CASE(Logistic) in OperatorTypeName()
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/ |
D | legalize_tfl.cc | 130 DECL_CONVERT_OP(Logistic);
|
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/ |
D | tfl_ops.td | 1870 let summary = "Logistic operator";
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | operation_semantics.md | 1333 <b>`Logistic(operand)`</b> Element-wise logistic function computation `x ->
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/ |
D | ops.mlir | 651 // test invalid Logistic input
|