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