Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ops/operations/
Darray_ops.py5714 def __infer__(self, h_indices, h_values, h_shape, truth_indices, truth_values, truth_shape): argument
5720 args = {"hypothesis_values": h_values['dtype'], "truth_values": truth_values['dtype']}
5726 …validator.check("hypothesis_values rank", len(h_values['shape']), "expected", 1, Rel.EQ, self.name)
5730 validator.check("hypothesis_values shape", h_values['shape'][0],