MCPcopy Create free account

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

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

↓ 2 callersFunctionbitRangeTypeColor
(type: BitRangeType)
src/cpu/guide/InstructionDetail.tsx:140
↓ 2 callersFunctionblockMidY
(blk: IBlkDef)
src/llm/walkthrough/Walkthrough04_SelfAttention.tsx:715
↓ 2 callersFunctioncalcDivergence
(srcArr: Float32Array, divArray: Float32Array)
src/fluidsim/FluidSimMain.tsx:254
↓ 2 callersFunctioncalcDivergenceFreeVelocityField
(arrFrom: Float32Array, arrTo: Float32Array, pressure: Float32Array)
src/fluidsim/FluidSimMain.tsx:266
↓ 2 callersFunctioncamScaleToScreen
(state: IProgramState, modelPt: Vec3)
src/llm/Camera.ts:101
↓ 2 callersFunctioncellSizing
(blk: ITextBlock)
src/llm/components/TextLayout.ts:122
↓ 2 callersFunctionclipToWorld
(v: Vec4)
src/llm/Interaction.ts:22
↓ 2 callersFunctioncloneTouchEvent
(ev: TouchEvent, extra: T)
src/utils/pointer.ts:315
↓ 2 callersMethodcombineInPlace
(v: BoundingBox3d)
src/utils/vector.ts:232
↓ 2 callersFunctioncompileAndAttachShader
(type: number, source: string, typeStr: string, map: Map<string, WebGLShader>)
src/utils/shader.ts:60
↓ 2 callersFunctioncomputeAggregateValues
(sim: IFluidSim)
src/fluidsim/FluidSimMain.tsx:394
↓ 2 callersFunctioncopyTouchList
(tl: TouchList)
src/utils/pointer.ts:246
↓ 2 callersFunctioncreateBlurFbo
()
src/llm/render/blurRender.ts:53
↓ 2 callersFunctioncreateBlurShader
(name: string, dim: Dim)
src/llm/render/blurRender.ts:102
↓ 2 callersFunctioncreateElementBuffer
(gl: WebGL2RenderingContext, buf: WebGLBuffer, capacityVerts: number, sharedRender: ISharedRender | null)
src/utils/shader.ts:302
↓ 2 callersFunctioncreateEmbedLayer
(builder: IWasmLayerBuilder, input: IBufferTex, size: number)
src/llm/GptModelWasm.ts:58
↓ 2 callersFunctioncreateEmbeddingLayer
(layerBuilder: ILayerBuilder, prefix: string, nEmbed: number, nDims: number, input: IBufferTex)
src/llm/GptModel.ts:804
↓ 2 callersFunctioncreateFragShader
(instanced: boolean)
src/llm/render/blockRender.ts:131
↓ 2 callersFunctioncreateMapping
(range0: number, range1: number, domain0: number, domain1: number)
src/llm/components/DataFlow.ts:710
↓ 2 callersFunctioncreateMapping
(range0: number, range1: number, domain0: number, domain1: number)
src/llm/walkthrough/Walkthrough07_Mlp.tsx:188
↓ 2 callersFunctioncreateSchematicCompDef
(id: string, name: string, schematic: ISchematic, compArgs: ISchematicCompArgs)
src/cpu/comps/SchematicComp.tsx:16
↓ 2 callersFunctioncreateVertShader
(instanced: boolean)
src/llm/render/blockRender.ts:76
↓ 2 callersFunctiondimConsts
(dim: Dim)
src/llm/Annotations.ts:124
↓ 2 callersFunctiondragNodes
(wire: IWireGraph, nodesToMove: Map<number, Vec3>)
src/cpu/Wire.tsx:173
↓ 2 callersFunctiondrawArrow
(blk: IBlkDef, idx: Vec3, color: Vec4, reverse?: boolean)
src/llm/components/DataFlow.ts:792
↓ 2 callersFunctiondrawArrowSeg
(state: IRenderState, start: Vec3, end: Vec3, opts: IArrowOpts)
src/llm/components/Arrow.ts:392
↓ 2 callersFunctiondrawBitRange
(rightBit: number, count: number, color: string)
src/cpu/comps/RiscvInsDecode.tsx:409
↓ 2 callersFunctiondrawBlock
(render: IRenderState, blk: ITextBlock)
src/llm/components/TextLayout.ts:230
↓ 2 callersFunctiondrawCells
(render: IRenderState, nCells: Vec3, center: Vec3, size: Vec3, color: Vec4, mtx?: Mat4f)
src/llm/components/TextLayout.ts:302
↓ 2 callersFunctiondrawCircle
(render: IRenderState, center: Vec3, radius: number, width: number, color: Vec4, mtx: Mat4f)
src/llm/components/DataFlow.ts:121
↓ 2 callersFunctiondrawDep
(dep: IBlkCellDep, destIdx: Vec3, dotLen?: number | null)
src/llm/Interaction.ts:200
↓ 2 callersFunctiondrawDepArrow
(dep: IBlkCellDep, dotLen?: number | null)
src/llm/components/DataFlow.ts:765
↓ 2 callersFunctiondrawModelCard
(state: IProgramState, layout: IGptModelLayout, title: string, offset: Vec3)
src/llm/components/ModelCard.ts:16
↓ 2 callersFunctiondrawTextOnModel
(state: IRenderState, text: string, pos: Vec3, cfg: IFontConfig)
src/llm/Annotations.ts:448
↓ 2 callersFunctioneditSnapshotToLsSchematic
(id: string, editSnapshot: IEditSnapshot)
src/cpu/schematics/SchematicLibrary.tsx:199
↓ 2 callersFunctioneditValue
(ev: React.ChangeEvent<HTMLInputElement>, end: boolean)
src/cpu/displayTools/HexValueEditor.tsx:61
↓ 2 callersFunctionensure4
(a: number[])
src/llm/GptModelLayout.ts:226
↓ 2 callersFunctionevToModel
(viewLayout: IViewLayoutContext, ev: IPointerEvent)
src/cpu/CompBoundingBox.tsx:160
↓ 2 callersFunctionevToModel
(ev: IPointerEvent)
src/cpu/comps/CompPort.tsx:315
↓ 2 callersFunctionevToScreen
(ev: { clientX: number, clientY: number })
src/cpu/CanvasEventHandler.tsx:640
↓ 2 callersMethodexpandInPlace
(border: number)
src/utils/vector.ts:263
↓ 2 callersFunctionextractClientPosFromTouch
(touch: TouchSimple)
src/utils/pointer.ts:330
↓ 2 callersFunctionfade
(t: number)
src/fluidsim/PerlinNoise.ts:60
↓ 2 callersFunctionfetchTensorData
(url: string)
src/llm/LayerView.tsx:24
↓ 2 callersFunctionfindChild
(nid: number)
src/llm/Commentary.tsx:212
↓ 2 callersFunctionfixBoundaries
(sim: IFluidSim)
src/fluidsim/FluidSimMain.tsx:364
↓ 2 callersFunctionfixWire
(wireGraph: IWireGraph)
src/cpu/Wire.tsx:618
↓ 2 callersFunctionfromAxisAngle
(axis: Vec3, angleRad: number, res: Float32Array, stride: number)
src/utils/matrix.ts:514
↓ 2 callersMethodfromLookAt
(eye: Vec3, center: Vec3, up: Vec3)
src/utils/matrix.ts:177
↓ 2 callersMethodfromPersp
(fovDeg: number, aspect: number, near: number, far: number)
src/utils/matrix.ts:199
↓ 2 callersFunctionfromQuat
(q: Vec4, res: Float32Array, stride: number)
src/utils/matrix.ts:490
↓ 2 callersMethodfromRowMajor
(a: ArrayLike<number> | number[][])
src/utils/matrix.ts:109
↓ 2 callersMethodfromScaleTranslation
(s: Vec3, t: Vec3)
src/utils/matrix.ts:146
↓ 2 callersFunctiongeluX
(x: number)
src/llm/components/DataFlow.ts:665
↓ 2 callersFunctiongetCell0
(arr: Float32Array, i: number, j: number)
src/fluidsim/FluidSimMain.tsx:123
↓ 2 callersFunctiongetCurrentNavLevel
(state: IProgramState, navLevels: INavLevel)
src/llm/components/MovementControls.tsx:113
↓ 2 callersFunctiongetData
()
src/llm/LayerView.tsx:130
↓ 2 callersFunctiongetDepDotLen
(blk: IBlkDef, destIdx: Vec3)
src/llm/Interaction.ts:180
↓ 2 callersFunctiongetPortsOnEdge
(ports: ICompPort[], bestEdge: number, compSize: Vec3)
src/cpu/CompLayoutEditor.tsx:575
↓ 2 callersFunctiongetRegsComp
()
src/cpu/CompExampleView.tsx:188
↓ 2 callersFunctionhandleClick
(ev: React.MouseEvent)
src/utils/Portal.tsx:24
↓ 2 callersFunctionhandleEntryClick
(ev: React.MouseEvent, schematic: ISchematicDef)
src/cpu/schematics/SchematicLibraryView.tsx:41
↓ 2 callersFunctionhandleHover
(ev: React.MouseEvent, hover: boolean)
src/llm/components/TocDiagram.tsx:632
↓ 2 callersFunctionhandlePhaseDeltaClick
(delta: number)
src/llm/Commentary.tsx:89
↓ 2 callersFunctionhandleResize
()
src/utils/layout.ts:19
↓ 2 callersFunctionhideFromBlock
(state: IRenderState, layout: IGptModelLayout, targetBlk: IBlkDef)
src/llm/walkthrough/WalkthroughTools.ts:426
↓ 2 callersFunctionindexMappingLines
(state: IRenderState, layout: IModelLayout, blkSrc: IBlkDef, blkDest: IBlkDef, color: Vec4, srcPad: number, de
src/llm/Annotations.ts:368
↓ 2 callersMethodindexToOffset
(index: number[])
src/utils/tensor.ts:102
↓ 2 callersFunctioninitFluidSimState
()
src/fluidsim/FluidSimMain.tsx:37
↓ 2 callersFunctioninsertPortAtPos
(portToInsert: IEdgePort, insertPos: number, edgeLen: number, portsOnEdge: IEdgePort[])
src/cpu/CompLayoutEditor.tsx:502
↓ 2 callersFunctionintAsFloat
(i: number)
src/llm/NativeBindings.ts:242
↓ 2 callersMethodintersects
(b: BoundingBox3d)
src/utils/vector.ts:256
↓ 2 callersFunctionisArrowKeyWithModifiers
(ev: IKeyboardEvent, direction: "up" | "down" | "left" | "right", modifiers: Modifiers = Modifiers.None)
src/utils/keyboard.ts:109
↓ 2 callersFunctionisPinnedNode
(nodeIdx: number)
src/cpu/Wire.tsx:188
↓ 2 callersFunctionisValid
(t: string)
src/cpu/displayTools/HexValueEditor.tsx:39
↓ 2 callersFunctioniterNavLevels
(level: INavLevel, f: (level: INavLevel) => void)
src/llm/components/MovementControls.tsx:516
↓ 2 callersFunctioniterVisibleSubCubes
(c: IBlkDef, cb: (c: IBlkDef) => void)
src/llm/Interaction.ts:130
↓ 2 callersFunctionkey
(compId: string, portId: string)
src/cpu/WireRender.tsx:32
↓ 2 callersFunctionlayoutBlock
(blk: ITextBlock)
src/llm/components/TextLayout.ts:189
↓ 2 callersMethodlenSq
()
src/utils/vector.ts:151
↓ 2 callersMethodlen_
(a: Float32Array, aOff: number)
src/utils/vector.ts:339
↓ 2 callersFunctionlistElfTextSections
(elfFile: Uint8Array, header: IElfHeader)
src/cpu/ElfParser.tsx:84
↓ 2 callersFunctionloadIntoEditor
(schematic: ISchematicDef)
src/cpu/schematics/SchematicLibraryView.tsx:35
↓ 2 callersFunctionlogArr
(name: string, arr: Float32Array, n = 15)
src/utils/renderPhases.ts:3
↓ 2 callersFunctionlogShader
(shader: WebGLShader, name: string, typeStr: string)
src/utils/shader.ts:146
↓ 2 callersMethodlsSchematicToSchematicDef
(lsSchematic: ILSSchematic, compLibrary: CompLibrary)
src/cpu/schematics/SchematicLibrary.tsx:96
↓ 2 callersFunctionluDeterminant
(A: Float64Array, P: Int32Array, n: number)
src/utils/matrix.ts:608
↓ 2 callersFunctionluInvert
(A: Float64Array, P: Int32Array, n: number, res: Float32Array | Float64Array)
src/utils/matrix.ts:589
↓ 2 callersFunctionmakeBlkDeps
(src: IBlkDef, depStr: string)
src/llm/GptModelLayout.ts:103
↓ 2 callersFunctionmakeEditFunction
(setEditorState: StateSetter<IEditorState>, editCtx: IEditContext, comp: IComp<T>, updateFn: (value: A, prev:
src/cpu/comps/RenderHelpers.tsx:106
↓ 2 callersFunctionmakeLayerNorm
(name: string, ln: IGptLayerNormLayout)
src/llm/components/MovementControls.tsx:328
↓ 2 callersFunctionmapDimToSub
(dim: DimStyle, idx: number)
src/llm/components/DataFlow.ts:720
↓ 2 callersFunctionmarkupSimple
(inputStr: string)
src/llm/Commentary.tsx:421
↓ 2 callersFunctionmouseEventFromEventAndSingleTouch
(ev: TouchEvent, touch: TouchSimple)
src/utils/pointer.ts:326
↓ 2 callersMethodmulBb
(bb: BoundingBox3d)
src/utils/AffineMat2d.ts:57
↓ 2 callersMethodmulVec3
(v: Vec3)
src/utils/AffineMat2d.ts:38
↓ 2 callersMethodmulVec3Affine
(a: Vec3)
src/utils/matrix.ts:76
↓ 2 callersMethodmulVec3AffineVec_
(a: Vec3, o: Vec3)
src/utils/matrix.ts:100
↓ 2 callersFunctionmultiSortStableAsc
(arr: T[], sorters: ((a: T) => any)[])
src/utils/array.ts:2
↓ 2 callersFunctionnetToNodeId
(netIdx: number, phaseIdx: number)
src/cpu/CpuExecution.tsx:237
← previousnext →301–400 of 1,088, ranked by callers