Searched refs:kLogSoftmax (Results 1 – 7 of 7) sorted by relevance
47 type == OperatorType::kLogSoftmax || type == OperatorType::kSlice || in SupportsQuantization()311 if (op.type == OperatorType::kLogSoftmax) { in ChooseHardcodedQuantizationForOperatorOutput()
2090 case OperatorType::kLogSoftmax: in Run()
79 kLogSoftmax, enumerator1673 LogSoftmaxOperator() : Operator(OperatorType::kLogSoftmax) {}
1919 case OperatorType::kLogSoftmax: in EstimateArithmeticOpsCount()
2155 } else if (src_op.type == OperatorType::kLogSoftmax) { in ConvertOperator()
125 OperatorType::kLogSoftmax); in TEST_F()
1833 : SimpleOperator("LOG_SOFTMAX", OperatorType::kLogSoftmax) {} in LogSoftmax()