Home
last modified time | relevance | path

Searched defs:ScalarToTensor (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/utils/
Dconvert_utils.cc243 tensor::TensorPtr ScalarToTensor(const ScalarPtr &scalar) { in ScalarToTensor() function
/third_party/mindspore/mindspore/ops/operations/
Darray_ops.py1514 class ScalarToTensor(PrimitiveWithInfer): class