Searched refs:y_element (Results 1 – 1 of 1) sorted by relevance
188 auto y_element = y_type->cast<TensorTypePtr>()->element(); in InferImplBinaryBase() local189 MS_EXCEPTION_IF_NULL(y_element); in InferImplBinaryBase()192 auto y_element_type = y_element->number_type(); in InferImplBinaryBase()