← Back to AI Factory Chat

AI Factory Glossary

653 technical terms and definitions

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z All
Showing page 4 of 14 (653 entries)

tensor field network, graph neural networks

Tensor field networks achieve equivariance through tensor product operations on irreducible representations of rotation groups.

tensor field networks, scientific ml

Operate on geometric tensors.

tensor fusion, multimodal ai

Outer product of modality features.

tensor parallel,megatron,column

Tensor parallelism splits individual layers across GPUs. Megatron-style column/row parallel for attention and FFN.

tensor parallelism,model training

Split individual tensors/layers across devices.

tensor train, model optimization

Tensor train decomposition chains matrices through successive products for efficient compression.

tensorboard, mlops

TensorFlow's visualization toolkit.

tensorboard,visualize,training

TensorBoard visualizes training. Loss curves, histograms, graphs.

tensorf, 3d vision

Factorized tensor NeRF.

tensorflow lite, model optimization

TensorFlow Lite provides lightweight runtime for mobile and embedded deployment with optimization tools.

tensorflow profiler, infrastructure

Analyze TensorFlow performance.

tensorflow serving,google,production

TensorFlow Serving deploys TF models. High performance.

tensorrt-llm,deployment

NVIDIA's optimized library for LLM inference.

tensorrt, model optimization

TensorRT optimizes trained models for NVIDIA GPUs through fusion quantization and kernel selection.

tensorrt,deployment

NVIDIA's optimization library for fast inference.

tensorrt,inference optimization

TensorRT optimizes models for NVIDIA GPUs: layer fusion, precision calibration, kernel autotuning. Fastest inference.

tensorrt,optimization,nvidia

TensorRT optimizes models for NVIDIA GPUs. Kernel fusion, precision conversion. Fastest inference on NVIDIA.

teos (tetraethylorthosilicate),teos,tetraethylorthosilicate,cvd

Precursor for high-quality oxide CVD.

ter, ter, evaluation

Edit distance metric.

terahertz ellipsometry, metrology

Characterize carrier dynamics with THz.

termination resistor, signal & power integrity

Termination resistors match line impedance at receivers preventing reflections in high-speed links.

ternary gradients, distributed training

Quantize gradients to -1 0 +1.

ternary networks, model optimization

Ternary networks use three-level weights providing expressiveness between binary and full precision.

ternary neural networks,model optimization

Use three values (−1 0 +1).

test case generation from spec, code ai

Generate tests from specifications.

test cost, business & strategy

Test costs encompass wafer probe package test and burn-in expenses.

test cost,testing

Expense of testing per unit.

test coverage, advanced test & probe

Test coverage quantifies the percentage of device functionality or potential defects detected by a test program or suite.

test coverage,testing

Percentage of defects detected by test.

test die, yield enhancement

Test die contain monitoring structures for process characterization without functional circuits.

test escape rate, advanced test & probe

Test escape rate measures fraction of defective devices passing test and reaching customers.

test escape, yield enhancement

Test escapes are defective devices that pass testing and reach customers requiring analysis to improve test program effectiveness.

test generation,automated,coverage

AI generates unit tests. Increase coverage. Understand code intent.

test generation,code ai

Automatically create unit tests for code.

test generation,unit test,coverage

LLMs generate unit tests from code or specs. Helps increase coverage and catch edge cases.

test point insertion, design & verification

Test point insertion adds observability or controllability improving fault detection.

test program, advanced test & probe

Test programs define the sequence of measurements biasing conditions and pass-fail criteria for automated semiconductor device characterization.

test time,testing

Duration of electrical testing.

test vector,testing

Input patterns to verify chip functionality.

test-time adaptation, domain adaptation

Adapt model during inference without labels.

test-time augmentation for vit, computer vision

Average predictions over augmentations.

test-time augmentation, tta, inference

Augment during inference and average.

test-time training, domain adaptation

Update model at test time.

test,unit test,integration,coverage

I help you design unit/integration tests, choose frameworks, and think about edge cases and regression protection.

tetrad causal, time series models

Tetrad implements causal discovery algorithms like PC and FCI for learning directed acyclic graphs from data.

text encoder for diffusion, generative models

Encode prompts (CLIP ViT-L).

text gen webui,interface,oobabooga

text-generation-webui provides full-featured LLM interface. Many features. Community project.

text generation inference (tgi),text generation inference,tgi,deployment

Hugging Face's optimized serving solution for LLMs.

text infilling, nlp

Predict masked spans of varying length.

text shuffling, nlp

Randomly shuffle tokens.