Searched defs:InplaceIndexAdd (Results 1 – 3 of 3) sorted by relevance
34 …InplaceIndexAdd() : BaseOperator(kNameInplaceIndexAdd) { InitIOName({"var", "indices", "updates"},… in InplaceIndexAdd() function
465 "InplaceIndexAdd": "check support failed if var has only one dimension", string
922 class InplaceIndexAdd(Primitive): class