TensorFlow Eigen - AshokBhat/ml GitHub Wiki

Description

FP32 support

Convolution

  • Convolution operations calling Eigen contraction kernel directly (MatMulConvFunctor) or indirectly (SpatialConvolution)

Benchmarking

INT8 support

  • No fallback tensor contraction kernel
  • A comment in eigen_contraction_kernel.h says "Currently not all data types are supported by Eigen data packing and default gebp_kernel".

FAQ

  • Does it support FP32?
  • Does it support FP16?
  • Does it support INT8?
  • Does it support BF16?
  • What is the performance as compared to other backends like OneDNN?

See also