MCPcopy Create free account

hub / github.com/bbycroft/llm-viz / functions

Functions1,088 in github.com/bbycroft/llm-viz

↓ 4 callersFunctioneditMainSchematic
(end: boolean, updateEditSchematic: (schematic: IEditSchematic, state: IEditorState, snapshot: IEditSnapshot)
src/cpu/Editor.tsx:101
↓ 4 callersFunctionembed
(fc: React.FC)
src/llm/walkthrough/WalkthroughTools.ts:17
↓ 4 callersFunctionembedInline
(a: React.ReactNode)
src/llm/walkthrough/Walkthrough01_Prelim.tsx:45
↓ 4 callersFunctionembedLink
(a: React.ReactNode, href: string)
src/llm/walkthrough/Walkthrough01_Prelim.tsx:41
↓ 4 callersFunctionensureUnsigned32Bit
(x: number)
src/cpu/comps/RiscvInsDecode.tsx:349
↓ 4 callersFunctionexportData
(layout: ISchematic)
src/cpu/ImportExport.tsx:38
↓ 4 callersFunctionformatValue
(v: number, inputType: HexValueInputType, padBits: number | undefined)
src/cpu/displayTools/HexValueEditor.tsx:128
↓ 4 callersMethodgetAt
(i: number)
src/utils/vector.ts:92
↓ 4 callersFunctiongetCellBilinearClamped
(arr: Float32Array, y: number, x: number, k: number)
src/fluidsim/FluidSimMain.tsx:137
↓ 4 callersMethodgetModelTensor
(model: number, tensor: TensorType, index: number = 0)
src/llm/NativeBindings.ts:93
↓ 4 callersFunctiongetPad
(pad: number[] | number | null | undefined, dir: number)
src/llm/components/DataFlow.ts:392
↓ 4 callersMethodgetSchematic
(id: string)
src/cpu/schematics/SchematicLibrary.tsx:66
↓ 4 callersFunctionglobalRefToLocal
(ref: IElRef)
src/cpu/SubSchematics.tsx:14
↓ 4 callersFunctionhandleHover
(isHover: boolean)
src/cpu/comps/RenderHelpers.tsx:35
↓ 4 callersFunctioninitBlockRender
(ctx: IGLContext | null)
src/llm/render/blockRender.ts:11
↓ 4 callersMethodinvert
()
src/utils/matrix.ts:324
↓ 4 callersFunctionjumpPhase
(wt: IWalkthrough, phaseDelta: number)
src/llm/Commentary.tsx:23
↓ 4 callersFunctionluDecomp
(A: Float64Array, P: Int32Array, n: number)
src/utils/matrix.ts:542
↓ 4 callersFunctionmakeButton
(egIndex: number)
src/llm/components/ModelSelectorToolbar.tsx:13
↓ 4 callersFunctionmakeCamera
(center: Vec3, angle: Vec3)
src/llm/Program.ts:140
↓ 4 callersFunctionmixColorValues
(mixes: IColorMix | null, baseColor: Vec4, idx: number)
src/llm/components/ModelCard.ts:225
↓ 4 callersMethodmulVec3Affine_
(a: Vec3, o: Vec3)
src/utils/matrix.ts:82
↓ 4 callersFunctionprocessVector
(blk: IBlkDef, col: IBlkDef | undefined, t: number, pinIdx: Vec3)
src/llm/walkthrough/Walkthrough07_Mlp.tsx:136
↓ 4 callersFunctionregValToStr
(val: number)
src/cpu/comps/RenderHelpers.tsx:12
↓ 4 callersFunctionrepackGraphIds
(wire: IWireGraph)
src/cpu/Wire.tsx:525
↓ 4 callersFunctionroundToHalfway
(a: Vec3)
src/cpu/CompBoundingBox.tsx:172
↓ 4 callersMethodsaveToLocalStorage
(id: string)
src/cpu/schematics/SchematicLibrary.tsx:153
↓ 4 callersFunctionsetChild
(child: INavLevel | undefined)
src/llm/components/MovementControls.tsx:172
↓ 4 callersFunctionsnapToGrid
(pt: Vec3)
src/cpu/CanvasEventHandler.tsx:632
↓ 4 callersFunctionsnapToGrid
(v: Vec3)
src/cpu/Wire.tsx:746
↓ 4 callersFunctionsplitGridAll
(layout: IModelLayout, blk: IBlkDef, dim: Dim)
src/llm/Annotations.ts:276
↓ 4 callersFunctionsplitGridForHighlight
(layout: IModelLayout, blk: IBlkDef, dim: Dim, xSplit: number)
src/llm/Annotations.ts:143
↓ 4 callersFunctiontryMovePorts
(startIdx: number, delta: number)
src/cpu/CompLayoutEditor.tsx:504
↓ 4 callersFunctionuseGlobalDrag
( handleMove: (ev: MouseEvent, ds: IDragStart<T>, end: boolean) => void, handleClick?: (ev: MouseEvent
src/utils/pointer.ts:16
↓ 4 callersFunctionuseResizeChangeHandler
(el: HTMLElement | undefined | null, handler: (size: Vec3, bcr: DOMRect) => void)
src/utils/layout.ts:41
↓ 4 callersFunctionuseTouchEvents
( el: GlobalEventHandlers | null, data: T, options: ITouchEventOptions, handle1PointDrag?: (ev
src/utils/pointer.ts:149
↓ 4 callersFunctionwriteModelViewUbo
(sharedRender: ISharedRender, modelMtx: Mat4f, viewMtx: Mat4f)
src/llm/render/sharedRender.ts:42
↓ 4 callersMethodwriteToBuf
(buf: Float32Array, offset: number)
src/utils/vector.ts:68
↓ 3 callersMethodaddLibraryItem
(item: ILibraryItem)
src/cpu/comps/CompBuilder.tsx:129
↓ 3 callersFunctionaddSourceDestCurveLine
(state: IRenderState, layout: IModelLayout, srcBlk: IBlkDef, destBlk: IBlkDef, srcIdx: Vec3, destIdx: Vec3, co
src/llm/Annotations.ts:482
↓ 3 callersFunctionapplyWires
(layout: IEditSchematic, wires: IWireGraph[], editIdx: number)
src/cpu/Wire.tsx:321
↓ 3 callersFunctionbase64ToArrayBuffer
(base64: string)
src/utils/data.ts:62
↓ 3 callersFunctionblkColor
(src: IBlkDef)
src/llm/components/Arrow.ts:128
↓ 3 callersFunctionchannelsToFormat
(gl: WebGL2RenderingContext, channels: number)
src/utils/renderPhases.ts:164
↓ 3 callersFunctioncheckFn
(testFn: (f: number) => [number, number], name: string)
src/llm/NativeBindings.ts:201
↓ 3 callersFunctionclampValue
(val: number)
src/cpu/displayTools/HexValueEditor.tsx:53
↓ 3 callersFunctioncompPhaseToNodeId
(compIdx: number, phaseIdx: number)
src/cpu/CpuExecution.tsx:233
↓ 3 callersFunctionconstructEditSnapshot
()
src/cpu/ModelHelpers.tsx:78
↓ 3 callersMethodcontains
(p: Vec3)
src/utils/vector.ts:249
↓ 3 callersFunctioncreateAddLayer
(layerBuilder: ILayerBuilder, inputA: IBufferTex, inputB: IBufferTex)
src/llm/GptModel.ts:846
↓ 3 callersFunctioncreateAtTime
(wt: IWalkthrough, start: number, duration?: number, wait?: number)
src/llm/walkthrough/WalkthroughTools.ts:89
↓ 3 callersFunctioncreateCanvasDivStyle
(comp: IComp)
src/cpu/comps/RenderHelpers.tsx:58
↓ 3 callersFunctioncreateLayerNorm
(layerBuilder: ILayerBuilder, layerPrefix: string, input: IBufferTex)
src/llm/GptModel.ts:663
↓ 3 callersFunctioncreateLayerNormLayer
(builder: IWasmLayerBuilder)
src/llm/GptModelWasm.ts:77
↓ 3 callersFunctioncreateLn
(x: number, src: IBlkDef, target?: ILayerNormLayerLink)
src/llm/GptModelLayout.ts:312
↓ 3 callersFunctiondrawArrowBotToSide
(src: IBlkDef, dest: IBlkDef, offset: number, width: number = 6, forceOffset: boolean = false)
src/llm/components/Arrow.ts:166
↓ 3 callersFunctiondrawMultiBits
(bitPattern: number[], bitColorOffsets: number[], color: string, label: string)
src/cpu/comps/RiscvInsDecode.tsx:489
↓ 3 callersFunctiondrawReadCircle
(xStart: number, xEnd: number, color: string)
src/cpu/comps/Registers.tsx:226
↓ 3 callersFunctionensureShadersReady
(manager: IShaderManager)
src/utils/shader.ts:101
↓ 3 callersFunctionevToModel
(ev: IPointerEvent)
src/cpu/CompLayoutEditor.tsx:124
↓ 3 callersFunctionexternalIcon
()
src/homepage/HomePage.tsx:26
↓ 3 callersFunctionfindByIdBounds
(id: string)
src/llm/components/TocDiagram.tsx:195
↓ 3 callersFunctionfindCompByDefId
(defId: string)
src/cpu/CompExampleView.tsx:181
↓ 3 callersFunctionfloatToByte
(f: number)
src/fluidsim/FluidSimView.tsx:335
↓ 3 callersFunctiongenGptModelLayout
(shape: IModelShape, gptGpuModel: IGptModelLink | null = null, offset: Vec3 = new Vec3(0, 0, 0))
src/llm/GptModelLayout.ts:195
↓ 3 callersFunctiongetCompSubSchematicForPrefix
(sharedContext: ISharedContext, snapshot: IEditSnapshot, prefix: string)
src/cpu/SubSchematics.tsx:135
↓ 3 callersFunctiongetCompSubSchematicForSnapshot
(sharedContext: ISharedContext, snapshot: IEditSnapshot, comp: IComp)
src/cpu/SubSchematics.tsx:109
↓ 3 callersFunctiongetDepSrcIdx
(dep: IBlkCellDep, destIdx: Vec3)
src/llm/Interaction.ts:170
↓ 3 callersFunctiongetEdgeInfo
(edge: number, compSize: Vec3)
src/cpu/CompLayoutEditor.tsx:567
↓ 3 callersFunctiongetElGlobalBounds
(el: IEl, offset: Vec3)
src/llm/components/TocDiagram.tsx:199
↓ 3 callersFunctiongetFocusBounds
(entry: IEntryInfo)
src/llm/components/TocDiagram.tsx:463
↓ 3 callersFunctiongetNode
(pos: Vec3, ref?: IElRef)
src/cpu/Wire.tsx:548
↓ 3 callersFunctiongraphToWire
(graph: IWireGraph)
src/cpu/Wire.tsx:597
↓ 3 callersFunctionhasModifiers
(ev: IModifiersEvent, modifiers: Modifiers)
src/utils/keyboard.ts:117
↓ 3 callersFunctionlerp
(a: number, b: number, t: number)
src/fluidsim/PerlinNoise.ts:64
↓ 3 callersFunctionlineHeight
(fontOpts: IFontOpts)
src/llm/components/TextLayout.ts:65
↓ 3 callersFunctionloadEntryData
(example: ICodeEntry)
src/cpu/CompExampleView.tsx:73
↓ 3 callersMethodnormalize_
(a: IArr, aOff: number, out: IArr, outOff: number)
src/utils/vector.ts:329
↓ 3 callersFunctiononeHotArray
(length: number, index: number, val: number, defaultVal: number = 0.0)
src/utils/data.ts:11
↓ 3 callersFunctionparseId
(id: string)
src/cpu/library/LibraryBrowser.tsx:28
↓ 3 callersFunctionphaseToGroup
(wt: IWalkthrough)
src/llm/walkthrough/Walkthrough.ts:139
↓ 3 callersFunctionpluralize
(a: string, count: number)
src/utils/text.ts:2
↓ 3 callersFunctionprocessDim
(state: IProgramState, block: IBlkDef, dim: Dim, destIdx: number, t: number, options: IProcessDimOpts = {})
src/llm/walkthrough/Walkthrough04_SelfAttention.tsx:610
↓ 3 callersFunctionpush
(p0: Vec3, p1: Vec3, p2: Vec3, p3: Vec3)
src/utils/bezier.ts:48
↓ 3 callersFunctionpushParagraph
()
src/llm/Commentary.tsx:313
↓ 3 callersMethodrandint
(min: number, max: number)
src/utils/random.ts:48
↓ 3 callersMethodregisterSuite
(fileName: string, title: string)
src/cpu/library/CodeSuiteManager.tsx:29
↓ 3 callersMethodrender
(time: number, dt: number)
src/llm/LayerView.tsx:345
↓ 3 callersMethodrotateAbout
(k: Vec3, thetaRad: number)
src/utils/vector.ts:105
↓ 3 callersFunctionsetRegCtrl
(enable: boolean, addr: number, offset: number)
src/cpu/comps/riscv/RegisterControl.tsx:54
↓ 3 callersFunctionsignExtend20Bit
(x: number)
src/cpu/comps/RiscvInsDecode.tsx:333
↓ 3 callersFunctionstepFluidSim
(sim: IFluidSim, dtMs: number)
src/fluidsim/FluidSimMain.tsx:105
↓ 3 callersMethodsub_
(a: IArr, aOff: number, b: IArr, bOff: number, out: IArr, outOff: number)
src/utils/vector.ts:317
↓ 3 callersFunctionupdateSubSchematic
(editorState: IEditorState, editCtx: IEditContext, snapshot: IEditSnapshot, updateEditSchematic: (schematic: I
src/cpu/Editor.tsx:82
↓ 3 callersFunctionupdateTruncated
(end: boolean, val: number, inputType: HexValueInputType)
src/cpu/displayTools/HexValueEditor.tsx:57
↓ 3 callersFunctionwireToGraph
(wire: IWire)
src/cpu/Wire.tsx:545
↓ 2 callersFunctionBadRequest
(message: string)
src/app/cpu/api/save-schematic-to-file/route.ts:56
↓ 2 callersMethodaddCustomSchematic
(name: string)
src/cpu/schematics/SchematicLibrary.tsx:137
↓ 2 callersFunctionaddNodes
(t: INode['t'], locs: number[])
src/llm/Commentary.tsx:438
↓ 2 callersFunctionaddSubBlock
(layout: IModelLayout, blk: IBlkDef, dim: Dim, iStart: number, iEnd: number, xOffset: number)
src/llm/Annotations.ts:250
← previousnext →201–300 of 1,088, ranked by callers