Searched refs:providing_op (Results 1 – 1 of 1) sorted by relevance
812 Operator* providing_op = GetOpWithOutput(model, src_op.inputs[0]); in ConvertSoftmaxOperator() local813 if (providing_op != nullptr && providing_op->type == OperatorType::kReshape) { in ConvertSoftmaxOperator()852 Operator* providing_op = GetOpWithOutput(model, src_op.inputs[0]); in ConvertLogSoftmaxOperator() local853 if (providing_op != nullptr && providing_op->type == OperatorType::kReshape) { in ConvertLogSoftmaxOperator()