46 lines
879 B
TeX
46 lines
879 B
TeX
%% Institutions
|
|
|
|
\newglossaryentry{AID}{
|
|
type={institutions},
|
|
name={AID},
|
|
description={Agence de l'Innovation de Défense}
|
|
}
|
|
|
|
%% Plateformes matérielles
|
|
|
|
\newglossaryentry{CPU}{
|
|
type={plateformes},
|
|
name={CPU},
|
|
description={Central Proccessing Unit}
|
|
}
|
|
\newglossaryentry{DLA}{
|
|
type={plateformes},
|
|
name={DLA},
|
|
description={Deep Learning Accelerator}
|
|
}
|
|
\newglossaryentry{GPU}{
|
|
type={plateformes},
|
|
name={GPU},
|
|
description={Graphics Proccessing Unit}
|
|
}
|
|
\newglossaryentry{FPGA}{
|
|
type={plateformes},
|
|
name={FPGA},
|
|
description={Field-Programmable Gate Array}
|
|
}
|
|
\newglossaryentry{PDU}{
|
|
type={plateformes},
|
|
name={PDU},
|
|
description={Power Distribution Unit}
|
|
}
|
|
\newglossaryentry{SoC}{
|
|
type={plateformes},
|
|
name={SoC},
|
|
description={System on Chip}
|
|
}
|
|
\newglossaryentry{TPU}{
|
|
type={plateformes},
|
|
name={TPU},
|
|
description={Tensor Proccessing Unit}
|
|
}
|