MCPcopy Create free account

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

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

↓ 1 callersFunctiongenCubeGeom
(gl: WebGL2RenderingContext)
src/llm/render/blockRender.ts:293
↓ 1 callersFunctiongenModelViewMatrices
(state: IProgramState, layout: IModelLayout, modelOffset: Vec3 = Vec3.zero)
src/llm/Camera.ts:69
↓ 1 callersFunctiongetActiveSubSchematic
(editorState: IEditorState)
src/cpu/SubSchematics.tsx:81
↓ 1 callersFunctiongetChanges
(a: any, b: any)
src/utils/hooks.ts:65
↓ 1 callersFunctiongetCompDomElements
(schematic: ISchematic, idPrefix: string)
src/cpu/CpuCanvas.tsx:222
↓ 1 callersFunctiongetCompFromRef
(editorState: IEditorState, refId: string)
src/cpu/SubSchematics.tsx:187
↓ 1 callersFunctiongetEdgeOfPort
(port: ICompPort, compSize: Vec3)
src/cpu/CompLayoutEditor.tsx:487
↓ 1 callersFunctiongetMatrixForEditContext
(editCtx: IEditContext, editorState: IEditorState)
src/cpu/SubSchematics.tsx:23
↓ 1 callersFunctiongetPhaseTransitiveData
(wt: IWalkthrough)
src/llm/walkthrough/WalkthroughTools.ts:268
↓ 1 callersFunctiongetPrefixForSelection
(snapshot: IEditSnapshot, editCtx?: IEditContext)
src/cpu/Selection.ts:6
↓ 1 callersFunctiongetRefUnderCursor
(editorState: IEditorState, ev: React.MouseEvent, schematic?: ISchematic, mtx?: AffineMat2d, idPrefix: string
src/cpu/CanvasEventHandler.tsx:439
↓ 1 callersFunctiongetRomComp
()
src/cpu/CompExampleView.tsx:191
↓ 1 callersFunctiongetSchematicForRef
(editorState: IEditorState, ref: IElRef)
src/cpu/SubSchematics.tsx:101
↓ 1 callersMethodgetSuite
(fileName: string)
src/cpu/library/CodeSuiteManager.tsx:33
↓ 1 callersFunctiongetWebGpuAdaptor
()
src/llm/gpu/WebGpuMain.ts:2
↓ 1 callersFunctiongpt_forward_with_capture
(model, idx)
gen_test_data.py:105
↓ 1 callersFunctionhandleChange
()
src/utils/Portal.tsx:126
↓ 1 callersFunctionhandleClose
()
src/cpu/library/LibraryBrowser.tsx:211
↓ 1 callersFunctionhandleDelete
(ev: React.MouseEvent, schematic: ISchematicDef)
src/cpu/schematics/SchematicLibraryView.tsx:76
↓ 1 callersFunctionhandleDir
(ev: React.MouseEvent, action: MovementAction)
src/llm/components/MovementControls.tsx:492
↓ 1 callersFunctionhandleEditName
(ev: React.MouseEvent, schematic: ISchematicDef)
src/cpu/schematics/SchematicLibraryView.tsx:60
↓ 1 callersFunctionhandleEntryClick
(example: ICodeEntry)
src/cpu/CompExampleView.tsx:54
↓ 1 callersFunctionhandleMouseDown
(ev: React.MouseEvent, compDef: ICompDef<any>)
src/cpu/CompLibraryView.tsx:27
↓ 1 callersFunctionhandlePhaseClick
(ev: React.MouseEvent, phase: IPhaseDef)
src/llm/Sidebar.tsx:18
↓ 1 callersFunctionhandleResetClicked
()
src/fluidsim/FluidSimView.tsx:51
↓ 1 callersFunctionhandleSelectionDrag
(end: boolean, origModelPos: Vec3, newModelPos: Vec3)
src/cpu/CanvasEventHandler.tsx:225
↓ 1 callersFunctionhandleStepClicked
()
src/fluidsim/FluidSimView.tsx:61
↓ 1 callersFunctionhandleWireCreateDrag
(end: boolean, globalRef: IElRef, origModelPos: Vec3, newModelPos: Vec3)
src/cpu/CanvasEventHandler.tsx:234
↓ 1 callersFunctionhandleWireDrag
(end: boolean, globalRef: IElRef, origModelPos: Vec3, newModelPos: Vec3)
src/cpu/CanvasEventHandler.tsx:385
↓ 1 callersFunctionhandleWireExtendDrag
(end: boolean, globalRef: IElRef, origModelPos: Vec3, newModelPos: Vec3, mtx: AffineMat2d)
src/cpu/CanvasEventHandler.tsx:291
↓ 1 callersFunctionhide
()
src/llm/WelcomePopup.tsx:46
↓ 1 callersFunctionhideBlock
(b: IBlkDef)
src/llm/walkthrough/WalkthroughTools.ts:434
↓ 1 callersFunctionhighlightCellUnderMouse
(state: IProgramState, mainBlk: IBlkDef, blk: IBlkDef, pt2: Vec3)
src/llm/Interaction.ts:140
↓ 1 callersFunctionhydrateFromLS
(ls: Partial<ILSState> | undefined)
src/cpu/ImportExport.tsx:294
↓ 1 callersMethodidentity
()
src/utils/AffineMat2d.ts:69
↓ 1 callersFunctionimportData
(str: string)
src/cpu/ImportExport.tsx:81
↓ 1 callersMethodindexIterator
()
src/utils/tensor.ts:116
↓ 1 callersFunctioninitBlurRender
(ctx: IGLContext, quadVao: WebGLVertexArrayObject)
src/llm/render/blurRender.ts:7
↓ 1 callersFunctioninitFluidSim
(w: number, h: number)
src/fluidsim/FluidSimMain.tsx:45
↓ 1 callersFunctioninitModel
(state: IRenderState, dataAndModel: IDataAndModel, B: number)
src/llm/GptModel.ts:50
↓ 1 callersFunctioninitProgramState
(canvasEl: HTMLCanvasElement, fontAtlasData: IFontAtlasData)
src/llm/Program.ts:83
↓ 1 callersFunctioninitRender
(canvasEl: HTMLCanvasElement, fontAtlasData: IFontAtlasData)
src/llm/render/modelRender.ts:44
↓ 1 callersFunctioninitSharedRender
(ctx: IGLContext)
src/llm/render/sharedRender.ts:30
↓ 1 callersFunctioninitThreadRender
(ctx: IGLContext)
src/llm/render/threadRender.ts:9
↓ 1 callersFunctioninitTriRender
(ctx: IGLContext, sharedRender: ISharedRender)
src/llm/render/triRender.ts:8
↓ 1 callersFunctioninitWalkthrough
()
src/llm/walkthrough/Walkthrough.ts:68
↓ 1 callersFunctioninsertIntoTree
(treeNode: INode, node: INode)
src/llm/Commentary.tsx:454
↓ 1 callersMethodinv
()
src/utils/AffineMat2d.ts:26
↓ 1 callersFunctionisCommentary
(evt: ITimeInfo)
src/llm/walkthrough/WalkthroughTools.ts:114
↓ 1 callersFunctionisEditSchematic
(schematic: ISchematic | IEditSchematic)
src/cpu/Editor.tsx:145
↓ 1 callersFunctionisNodeSelected
(node: IWireGraphNode)
src/cpu/WireRender.tsx:162
↓ 1 callersFunctionisSafePath
(basePath: string, unsafePath: string)
src/app/cpu/api/save-schematic-to-file/route.ts:7
↓ 1 callersFunctionisSegHover
(node0: IWireGraphNode, node1: IWireGraphNode)
src/cpu/WireRender.tsx:154
↓ 1 callersFunctionisSegSelected
(node0: IWireGraphNode, node1: IWireGraphNode)
src/cpu/WireRender.tsx:166
↓ 1 callersFunctioniterColinearNodes
(wire: IWireGraph, nodeIdx: number, dir: Vec3, cb: (node: IWireGraphNode) => void)
src/cpu/Wire.tsx:253
↓ 1 callersFunctioniterLocalStorageEntries
(cb: (key: string, value: string | null) => void)
src/utils/localstorage.ts:4
↓ 1 callersFunctioniterPorts
(size: Vec3)
src/cpu/CompLayoutEditor.tsx:306
↓ 1 callersFunctionjumpToPhase
(wt: IWalkthrough, phaseId: Phase)
src/llm/Commentary.tsx:16
↓ 1 callersFunctionlibraryItemsToFolders
(libraryItems: ILibraryItem[])
src/cpu/library/LibraryBrowser.tsx:36
↓ 1 callersFunctionloadNativeBindings
()
src/llm/NativeBindings.ts:3
↓ 1 callersMethodloadSuite
(suite: ICodeSuite)
src/cpu/library/CodeSuiteManager.tsx:48
↓ 1 callersFunctionlogChangesFn
(name: string)
src/utils/hooks.ts:56
↓ 1 callersFunctionlookupPortInfo
(system: IExeSystem, ref: IElRef)
src/cpu/CpuExecution.tsx:209
↓ 1 callersFunctionmakeArrayRange
(length: number, min: number, max: number)
src/utils/data.ts:7
↓ 1 callersFunctionmakeCpuMetadata
(dir: CPUDirectory)
src/cpu/guide/GuideIndex.tsx:21
↓ 1 callersFunctionmakeInstructions
()
src/cpu/guide/InstructionDetail.tsx:162
↓ 1 callersFunctionmakePath
(fn: (x: number) => number)
src/llm/walkthrough/Walkthrough07_Mlp.tsx:206
↓ 1 callersFunctionmakeProxyObject
(val: T, usages: ObjPartial<T>, subSplits: ObjSubSplit<T> | true)
src/cpu/Editor.tsx:221
↓ 1 callersFunctionmergeInSchematic
(snapshot: IEditSchematic, srcSchematic: ISchematic, compLibrary: CompLibrary)
src/cpu/Clipboard.ts:67
↓ 1 callersFunctionmlp_forward_with_capture
(tModule, x)
gen_test_data.py:55
↓ 1 callersFunctionmovePortToNewLocation
(snap: IEditSchematic, portIdx: number, newPos: Vec3)
src/cpu/CompLayoutEditor.tsx:593
↓ 1 callersFunctionmoveSelectedComponents
(schematic: IEditSchematic, selected: IElRef[], delta: Vec3)
src/cpu/Wire.tsx:6
↓ 1 callersMethodmul
(a: Mat4f)
src/utils/matrix.ts:43
↓ 1 callersMethodmul
(rhs: AffineMat2d)
src/utils/AffineMat2d.ts:15
↓ 1 callersMethodmulVec3AffineArr_
(a: IArr, aOff: number, out: IArr, outOff: number)
src/utils/matrix.ts:91
↓ 1 callersMethodmulVec3ProjVec
(a: Vec3)
src/utils/matrix.ts:71
↓ 1 callersFunctionnetToString
(net: IExeNet, exeComps: IExeComp[])
src/cpu/CpuExecution.tsx:532
↓ 1 callersMethodnoise
(x: number, y: number)
src/fluidsim/PerlinNoise.ts:22
↓ 1 callersFunctionnumberToCommaSep
(a: number)
src/llm/components/ModelCard.ts:252
↓ 1 callersMethodoctaveNoise
(x: number, y: number, octaves: number, persistence: number)
src/fluidsim/PerlinNoise.ts:45
↓ 1 callersFunctionparseDepIdxStr
(str: string)
src/llm/GptModelLayout.ts:91
↓ 1 callersFunctionpasteSelection
(ev: KeyboardEvent, editorState: IEditorState, setEditorState: StateSetter<IEditorState>)
src/cpu/Clipboard.ts:21
↓ 1 callersFunctionpopulateExecutionModel
(sharedContext: ISharedContext, editSnapshot: IEditSnapshot, exeSystem: IExeSystem, schematic: ISchematic, sub
src/cpu/CpuExecution.tsx:60
↓ 1 callersMethodpopulateSchematicLibrary
(compLibrary: CompLibrary, loadFromLocalStorage = true)
src/cpu/schematics/SchematicLibrary.tsx:31
↓ 1 callersMethodprojToVec3
()
src/utils/vector.ts:162
↓ 1 callersFunctionrandomGen
(seed?: string)
src/utils/random.ts:30
↓ 1 callersFunctionrayAABBIntersect
(tl: Vec3, br: Vec3, rayOrigin: Vec3, rayDir: Vec3)
src/llm/Interaction.ts:255
↓ 1 callersFunctionreadFromClipboard
()
src/cpu/Clipboard.ts:117
↓ 1 callersFunctionreadFromLocalStorage
(key: string)
src/utils/localstorage.ts:19
↓ 1 callersMethodreadFromLocalStorage
(compLibrary: CompLibrary)
src/cpu/schematics/SchematicLibrary.tsx:70
↓ 1 callersFunctionreadLocalBuffersFromWasm
(wasmModel: IWasmGptModel, jsModel: IGptModelLink, writeIntersToGpu: boolean = false, writeWeightsToGpu: boole
src/llm/GptModelWasm.ts:245
↓ 1 callersFunctionreadModelResultsBack
(model: IGpuGptModel)
src/llm/GptModel.ts:207
↓ 1 callersFunctionreadString
(elfFile: Uint8Array, offset: number)
src/cpu/ElfParser.tsx:114
↓ 1 callersFunctionreadToBufferTex
(name: string, t: TensorF32, tex: IBufferTex)
src/llm/GptModelWasm.ts:326
↓ 1 callersFunctionredo
()
src/cpu/EditorControls.tsx:26
↓ 1 callersFunctionredo
()
src/cpu/toolbars/CpuToolbars.tsx:52
↓ 1 callersMethodregisterHandler
(order: KeyboardOrder, handler: (ev: KeyboardEvent) => void, opts?: IKeyHandlerOptions)
src/utils/keyboard.ts:24
↓ 1 callersFunctionrenderAllBlocks
(blockRender: IBlockRender, layout: IModelLayout, modelMtx: Mat4f, camPos: Vec3, lightPosArr: Float32Array, li
src/llm/render/blockRender.ts:355
↓ 1 callersFunctionrenderAllBlocksInstanced
(blockRender: IBlockRender, layout: IModelLayout, modelMtx: Mat4f, camPos: Vec3)
src/llm/render/blockRender.ts:471
↓ 1 callersFunctionrenderAllLines
(render: ILineRender, renderPhase: RenderPhase)
src/llm/render/lineRender.ts:379
← previousnext →601–700 of 1,088, ranked by callers