Searched refs:kLogistic (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | identify_lstm.cc | 159 &state_output_tanh, OperatorType::kLogistic, in Run() 192 nullptr, OperatorType::kLogistic, in Run() 199 if (!MatchOperatorInputs(*state_remember_mul, *model, OperatorType::kLogistic, in Run()
|
D | quantize.cc | 46 type == OperatorType::kLogistic || type == OperatorType::kSoftmax || in SupportsQuantization() 296 if (op.type == OperatorType::kLogistic || op.type == OperatorType::kSoftmax) { in ChooseHardcodedQuantizationForOperatorOutput()
|
D | hardcode_min_max.cc | 463 case OperatorType::kLogistic: in Run()
|
D | propagate_fixed_sizes.cc | 2092 case OperatorType::kLogistic: in Run()
|
/external/tensorflow/tensorflow/lite/toco/ |
D | model.h | 66 kLogistic, enumerator 773 LogisticOperator() : Operator(OperatorType::kLogistic) {}
|
D | tooling_util.cc | 1917 case OperatorType::kLogistic: in EstimateArithmeticOpsCount()
|
D | export_tensorflow.cc | 2143 } else if (src_op.type == OperatorType::kLogistic) { in ConvertOperator()
|
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | operator_test.cc | 120 CheckSimpleOperator<LogisticOperator>("LOGISTIC", OperatorType::kLogistic); in TEST_F()
|
D | operator.cc | 1818 explicit Logistic() : SimpleOperator("LOGISTIC", OperatorType::kLogistic) {} in Logistic()
|