test_binary_fp8_e5m2 Class — pytorch Architecture
Architecture documentation for the test_binary_fp8_e5m2 class in vec_test_all_types.h from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/test/vec_test_all_types.h lines 1150–1156
template<typename Op1, typename Op2>
void test_binary_fp8_e5m2(
Op1 ScalarFunction,
Op2 VecFunction,
bool is_bit_wise = false) {
test_binary_fp8<Op1, Op2, c10::Float8_e5m2>(ScalarFunction, VecFunction, is_bit_wise);
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free