Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
Dlogistic_test.py37 dist = logistic.Logistic(loc, scale)
48 dist = logistic.Logistic(loc, scale)
66 dist = logistic.Logistic(loc, scale)
81 dist = logistic.Logistic(loc, scale)
96 dist = logistic.Logistic(loc, scale)
111 dist = logistic.Logistic(loc, scale)
125 dist = logistic.Logistic(loc, scale)
133 dist = logistic.Logistic(loc, scale)
143 dist = logistic.Logistic(loc, scale)
150 dist = logistic.Logistic(loc, scale)
[all …]
/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Dlogistic.py37 class Logistic(distribution.Distribution): class
139 super(Logistic, self).__init__(
Drelaxed_bernoulli.py185 distribution=logistic.Logistic(
/external/tensorflow/tensorflow/lite/kernels/
Dactivations.cc492 optimized_ops::Logistic( in SigmoidEval()
496 reference_ops::Logistic( in SigmoidEval()
505 optimized_ops::Logistic( in SigmoidEval()
509 reference_ops::Logistic( in SigmoidEval()
522 optimized_ops::Logistic( in SigmoidEval()
526 reference_ops::Logistic( in SigmoidEval()
535 reference_integer_ops::Logistic( in SigmoidEval()
/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
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h1499 inline void Logistic(const uint8* input_data, const RuntimeShape& input_shape, in Logistic() function
1508 Logistic(params, input_shape, input_data, output_shape, output_data); in Logistic()
1511 inline void Logistic(const float* input_data, const Dims<4>& input_dims, in Logistic() function
1513 Logistic(DimsToShape(input_dims), input_data, DimsToShape(output_dims), in Logistic()
1517 inline void Logistic(const uint8* input_data, const Dims<4>& input_dims, in Logistic() function
1521 Logistic(input_data, DimsToShape(input_dims), input_zero_point, in Logistic()
1526 inline void Logistic(const RuntimeShape& input_shape, const int16* input_data, in Logistic() function
1530 Logistic(params, input_shape, input_data, output_shape, output_data); in Logistic()
1533 inline void Logistic(const int16* input_data, const RuntimeShape& input_shape, in Logistic() function
1537 Logistic(params, input_shape, input_data, output_shape, output_data); in Logistic()
[all …]
Doptimized_ops.h4789 inline void Logistic(const RuntimeShape& input_shape, const float* input_data, in Logistic() function
4800 inline void Logistic(const LogisticParams&, const RuntimeShape& input_shape, in Logistic() function
4804 Logistic(input_shape, input_data, output_shape, output_data); in Logistic()
4807 inline void Logistic(const LogisticParams& params, in Logistic() function
4947 inline void Logistic(const LogisticParams& params, in Logistic() function
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dlegacy_reference_ops.h738 inline void Logistic(const uint8* input_data, const RuntimeShape& input_shape, in Logistic() function
747 Logistic(params, input_shape, input_data, output_shape, output_data); in Logistic()
750 inline void Logistic(const RuntimeShape& input_shape, const int16* input_data, in Logistic() function
754 Logistic(params, input_shape, input_data, output_shape, output_data); in Logistic()
1710 inline void Logistic(const float* input_data, const Dims<4>& input_dims, in Logistic() function
1712 Logistic(DimsToShape(input_dims), input_data, DimsToShape(output_dims), in Logistic()
1716 inline void Logistic(const uint8* input_data, const Dims<4>& input_dims, in Logistic() function
1720 Logistic(input_data, DimsToShape(input_dims), input_zero_point, in Logistic()
1725 inline void Logistic(const int16* input_data, const Dims<4>& input_dims, in Logistic() function
1727 Logistic(DimsToShape(input_dims), input_data, DimsToShape(output_dims), in Logistic()
Dreference_ops.h2688 inline void Logistic(const RuntimeShape& input_shape, const float* input_data, in Logistic() function
2701 inline void Logistic(const LogisticParams&, const RuntimeShape& input_shape, in Logistic() function
2705 Logistic(input_shape, input_data, output_shape, output_data); in Logistic()
2708 inline void Logistic(const LogisticParams& params, in Logistic() function
2749 inline void Logistic(const LogisticParams& params, in Logistic() function
/external/tensorflow/tensorflow/contrib/linear_optimizer/kernels/g3doc/
Dreadme.md100 ### Logistic loss
102 Logistic loss is $$ \l_i(u) = \log (1+e^{-uy_i}) $$ and its dual is
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h5066 inline void Logistic(const RuntimeShape& input_shape, const float* input_data, in Logistic() function
5077 inline void Logistic(const LogisticParams&, const RuntimeShape& input_shape, in Logistic() function
5081 Logistic(input_shape, input_data, output_shape, output_data); in Logistic()
5084 inline void Logistic(const LogisticParams& params, in Logistic() function
5226 inline void Logistic(const uint8* input_data, const RuntimeShape& input_shape, in Logistic() function
5235 Logistic(params, input_shape, input_data, output_shape, output_data); in Logistic()
5238 inline void Logistic(const LogisticParams& params, in Logistic() function
5301 inline void Logistic(const RuntimeShape& input_shape, const int16* input_data, in Logistic() function
5305 Logistic(params, input_shape, input_data, output_shape, output_data); in Logistic()
5310 inline void Logistic(const int16* input_data, const RuntimeShape& input_shape, in Logistic() function
[all …]
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc1816 class Logistic : public SimpleOperator<LogisticOperator> { class
1818 explicit Logistic() : SimpleOperator("LOGISTIC", OperatorType::kLogistic) {} in Logistic() function in toco::tflite::Logistic
2507 ops.push_back(MakeUnique<Logistic>()); in BuildOperatorList()
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc327 HANDLE_OPERATORTYPENAME_CASE(Logistic) in OperatorTypeName()