/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/ |
D | logistic_test.py | 37 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/ |
D | logistic.py | 37 class Logistic(distribution.Distribution): class 139 super(Logistic, self).__init__(
|
D | relaxed_bernoulli.py | 185 distribution=logistic.Logistic(
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | activations.cc | 492 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/ |
D | logistic.h | 24 inline void Logistic(int32_t input_zero_point, int32_t input_range_radius, in Logistic() function
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | legacy_optimized_ops.h | 1499 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 …]
|
D | optimized_ops.h | 4789 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/ |
D | legacy_reference_ops.h | 738 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()
|
D | reference_ops.h | 2688 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/ |
D | readme.md | 100 ### 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/ |
D | optimized_ops.h | 5066 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/ |
D | operator.cc | 1816 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/ |
D | tooling_util.cc | 327 HANDLE_OPERATORTYPENAME_CASE(Logistic) in OperatorTypeName()
|