Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
Didentify_lstm.cc221 &state_output_tanh, OperatorType::kLogistic, in Run()
254 nullptr, OperatorType::kLogistic, in Run()
261 if (!MatchOperatorInputs(*state_remember_mul, *model, OperatorType::kLogistic, in Run()
Dquantize.cc46 type == OperatorType::kLogistic || type == OperatorType::kSoftmax || in SupportsQuantization()
279 if ((op.type == OperatorType::kLogistic) || in ChooseHardcodedQuantizationForOperatorOutput()
Dhardcode_min_max.cc310 case OperatorType::kLogistic: in Run()
Dpropagate_fixed_sizes.cc1354 case OperatorType::kLogistic: in Run()
/external/tensorflow/tensorflow/contrib/lite/toco/
Dmodel.h57 kLogistic, enumerator
568 LogisticOperator() : Operator(OperatorType::kLogistic) {}
Dtooling_util.cc1523 case OperatorType::kLogistic: in EstimateArithmeticOpsCount()
Dexport_tensorflow.cc1639 } else if (src_op.type == OperatorType::kLogistic) { in ConvertOperator()
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/
Doperator_test.cc107 CheckSimpleOperator<LogisticOperator>("LOGISTIC", OperatorType::kLogistic); in TEST_F()
Doperator.cc858 "LOGISTIC", OperatorType::kLogistic)); in BuildOperatorList()