Home
last modified time | relevance | path

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

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