Home
last modified time | relevance | path

Searched refs:y_element (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/core/abstract/
Dprim_maths.cc188 auto y_element = y_type->cast<TensorTypePtr>()->element(); in InferImplBinaryBase() local
189 MS_EXCEPTION_IF_NULL(y_element); in InferImplBinaryBase()
192 auto y_element_type = y_element->number_type(); in InferImplBinaryBase()