diff --git a/names/AllowSharedBufferSource.html b/names/AllowSharedBufferSource.html
index dae3e052..9cf2560d 100644
--- a/names/AllowSharedBufferSource.html
+++ b/names/AllowSharedBufferSource.html
@@ -26,6 +26,7 @@
Referring IDL interfaces/dictionaries
FileSystemSyncAccessHandle
GPUQueue
MLContext
+MLGraphBuilder
TextDecoder
VideoDecoderConfig
VideoFrame
diff --git a/names/ArrayBufferView.html b/names/ArrayBufferView.html
index 71c1d856..e360ae00 100644
--- a/names/ArrayBufferView.html
+++ b/names/ArrayBufferView.html
@@ -21,7 +21,6 @@ Referring IDL interfaces/dictionaries
Crypto
-MLGraphBuilder
PresentationConnection
RTCDataChannel
ReadableByteStreamController
diff --git a/names/MLGraphBuilder.html b/names/MLGraphBuilder.html
index 174350d4..e18c23fb 100644
--- a/names/MLGraphBuilder.html
+++ b/names/MLGraphBuilder.html
@@ -16,10 +16,11 @@ Definition
constructor(MLContext context);MLOperand input(USVString name, MLOperandDescriptor descriptor);MLOperand input(USVString name, MLOperandDescriptor descriptor);MLOperand constant(MLOperandDescriptor descriptor, ArrayBufferView bufferView);MLOperand constant(MLOperandDescriptor descriptor,
+ AllowSharedBufferSource buffer);MLOperand constant(MLOperandDataType type, MLNumber value);constructor(MLContext context);MLOperand input(USVString name, MLOperandDescriptor descriptor);MLOperand input(USVString name, MLOperandDescriptor descriptor);MLOperand constant(MLOperandDescriptor descriptor, ArrayBufferView bufferView);MLOperand constant(MLOperandDescriptor descriptor,
+ AllowSharedBufferSource buffer);MLOperand constant(MLOperandDataType type, MLNumber value);