Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/pynative/op_function/
Dvalue_converter.cc81 std::optional<TypePtr> ValueConverter::ToDtypeOptional(const ValuePtrList &inputs, size_t i) { in ToDtypeOptional() function in mindspore::runtime::ValueConverter
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/op_function/
Dconverter.cc402 std::optional<Int64ImmPtr> Converter::ToDtypeOptional(const py::list &python_args, size_t i) { in ToDtypeOptional() function in mindspore::pynative::Converter