Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ops/composite/multitype_ops/
Dnot_equal_impl.py72 return not F.string_eq(x, y)
Dequal_impl.py86 return F.string_eq(x, y)
/third_party/mindspore/mindspore/ops/
Dfunctional.py209 string_eq = Primitive('string_equal') variable