Searched refs:kLogistic (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/ |
D | identify_lstm.cc | 221 &state_output_tanh, OperatorType::kLogistic, in Run() 254 nullptr, OperatorType::kLogistic, in Run() 261 if (!MatchOperatorInputs(*state_remember_mul, *model, OperatorType::kLogistic, in Run()
|
D | quantize.cc | 46 type == OperatorType::kLogistic || type == OperatorType::kSoftmax || in SupportsQuantization() 279 if ((op.type == OperatorType::kLogistic) || in ChooseHardcodedQuantizationForOperatorOutput()
|
D | hardcode_min_max.cc | 310 case OperatorType::kLogistic: in Run()
|
D | propagate_fixed_sizes.cc | 1354 case OperatorType::kLogistic: in Run()
|
/external/tensorflow/tensorflow/contrib/lite/toco/ |
D | model.h | 57 kLogistic, enumerator 568 LogisticOperator() : Operator(OperatorType::kLogistic) {}
|
D | tooling_util.cc | 1523 case OperatorType::kLogistic: in EstimateArithmeticOpsCount()
|
D | export_tensorflow.cc | 1639 } else if (src_op.type == OperatorType::kLogistic) { in ConvertOperator()
|
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/ |
D | operator_test.cc | 107 CheckSimpleOperator<LogisticOperator>("LOGISTIC", OperatorType::kLogistic); in TEST_F()
|
D | operator.cc | 858 "LOGISTIC", OperatorType::kLogistic)); in BuildOperatorList()
|