Searched refs:nAttributes (Results 1 – 2 of 2) sorted by relevance
247 state.nAttributes = 0; in mlirOperationStateGet()278 APPEND_ELEMS(MlirNamedAttribute, nAttributes, attributes); in mlirOperationStateAddAttributes()332 cppState.attributes.reserve(state->nAttributes); in mlirOperationCreate()333 for (intptr_t i = 0; i < state->nAttributes; ++i) in mlirOperationCreate()
322 intptr_t nAttributes; member