Lines Matching defs:bufferInfo
741 const nb_buffer_info bufferInfo = buffer.request();
742 intptr_t bufferSize = bufferInfo.size;
745 static_cast<char *>(bufferInfo.ptr), type);
950 return bufferInfo<float>(shapedType);
954 return bufferInfo<double>(shapedType);
958 return bufferInfo<uint16_t>(shapedType, "e");
962 return bufferInfo<int64_t>(shapedType);
969 return bufferInfo<int32_t>(shapedType);
973 return bufferInfo<uint32_t>(shapedType);
980 return bufferInfo<int64_t>(shapedType);
984 return bufferInfo<uint64_t>(shapedType);
991 return bufferInfo<int8_t>(shapedType);
995 return bufferInfo<uint8_t>(shapedType);
1002 return bufferInfo<int16_t>(shapedType);
1006 return bufferInfo<uint16_t>(shapedType);
1268 bufferInfo(MlirType shapedType, const char *explicitFormat = nullptr) {