Searched refs:kLogSoftmax (Results 1 – 8 of 8) sorted by relevance
199 {{OperatorType::kLogSoftmax, 1}, "1.14.0"}, in GetMinimumRuntimeVersionForModel()200 {{OperatorType::kLogSoftmax, 2}, "1.14.0"}, in GetMinimumRuntimeVersionForModel()
125 OperatorType::kLogSoftmax); in TEST_F()
2019 ::tflite::BuiltinOperator_LOG_SOFTMAX, OperatorType::kLogSoftmax)); in BuildOperatorList()
69 OperatorType::kLogSoftmax, in SupportsQuantization()359 if (op.type == OperatorType::kLogSoftmax) { in ChooseHardcodedQuantizationForOperatorOutput()
2172 case OperatorType::kLogSoftmax: in Run()
81 kLogSoftmax, enumerator1727 LogSoftmaxOperator() : Operator(OperatorType::kLogSoftmax) {}
1963 case OperatorType::kLogSoftmax: in EstimateArithmeticOpsCount()
2189 } else if (src_op.type == OperatorType::kLogSoftmax) { in ConvertOperator()