Home
last modified time | relevance | path

Searched refs:kLogistic (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Didentify_lstm.cc159 &state_output_tanh, OperatorType::kLogistic, in Run()
192 nullptr, OperatorType::kLogistic, in Run()
199 if (!MatchOperatorInputs(*state_remember_mul, *model, OperatorType::kLogistic, in Run()
Dquantize.cc46 type == OperatorType::kLogistic || type == OperatorType::kSoftmax || in SupportsQuantization()
296 if (op.type == OperatorType::kLogistic || op.type == OperatorType::kSoftmax) { in ChooseHardcodedQuantizationForOperatorOutput()
Dhardcode_min_max.cc463 case OperatorType::kLogistic: in Run()
Dpropagate_fixed_sizes.cc2092 case OperatorType::kLogistic: in Run()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h66 kLogistic, enumerator
773 LogisticOperator() : Operator(OperatorType::kLogistic) {}
Dtooling_util.cc1917 case OperatorType::kLogistic: in EstimateArithmeticOpsCount()
Dexport_tensorflow.cc2143 } else if (src_op.type == OperatorType::kLogistic) { in ConvertOperator()
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator_test.cc120 CheckSimpleOperator<LogisticOperator>("LOGISTIC", OperatorType::kLogistic); in TEST_F()
Doperator.cc1818 explicit Logistic() : SimpleOperator("LOGISTIC", OperatorType::kLogistic) {} in Logistic()