Home
last modified time | relevance | path

Searched defs:Logistic (Results 1 – 8 of 8) sorted by relevance

/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/contrib/distributions/python/ops/
Dlogistic.py37 class Logistic(distribution.Distribution): class
/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
1511 inline void Logistic(const float* input_data, const Dims<4>& input_dims, in Logistic() function
1517 inline void Logistic(const uint8* input_data, const Dims<4>& input_dims, in Logistic() function
1526 inline void Logistic(const RuntimeShape& input_shape, const int16* input_data, in Logistic() function
1533 inline void Logistic(const int16* input_data, const RuntimeShape& input_shape, in Logistic() function
1540 inline void Logistic(const int16* input_data, const Dims<4>& input_dims, in Logistic() function
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
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
750 inline void Logistic(const RuntimeShape& input_shape, const int16* input_data, in Logistic() function
1710 inline void Logistic(const float* input_data, const Dims<4>& input_dims, in Logistic() function
1716 inline void Logistic(const uint8* input_data, const Dims<4>& input_dims, in Logistic() function
1725 inline void Logistic(const int16* input_data, const Dims<4>& input_dims, in Logistic() function
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
2708 inline void Logistic(const LogisticParams& params, in Logistic() function
2749 inline void Logistic(const LogisticParams& params, in Logistic() function
/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
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
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
5310 inline void Logistic(const int16* input_data, const RuntimeShape& input_shape, in Logistic() function
/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