Searched refs:set_const_input_indexes (Results 1 – 5 of 5) sorted by relevance
70 Primitive::set_const_input_indexes(adapter->const_input_indexes_); in PrimitivePy()464 void PrimitivePyAdapter::set_const_input_indexes(const std::vector<size_t> &const_input_indexes) { in set_const_input_indexes() function in mindspore::PrimitivePyAdapter468 prim->set_const_input_indexes(const_input_indexes); in set_const_input_indexes()519 … .def("set_const_input_indexes", &PrimitivePyAdapter::set_const_input_indexes, in __anonc116676e0202()
98 void set_const_input_indexes(const std::vector<size_t> &const_input_indexes);
123 void set_const_input_indexes(const std::vector<size_t> &const_input_indexes) { in set_const_input_indexes() function
5712 self.set_const_input_indexes([2, 5])
4323 self.set_const_input_indexes([1])