Home
last modified time | relevance | path

Searched defs:quint8 (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dnumeric_types.h38 typedef Eigen::QUInt8 quint8; typedef
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_qmatmul_op.cc555 #define TEMPLATE_ARGS(CPUDevice, quint8, qint8, bias_type, output_type, \ argument
576 #define TEMPLATE_ARGS(CPUDevice, quint8, qint8, bias_type, output_type, \ argument
/external/tensorflow/tensorflow/python/framework/
Ddtypes.py386 quint8 = DType(types_pb2.DT_QUINT8) variable
/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op.cc595 void ResizeImage<quint8>(typename TTypes<quint8, 4>::ConstTensor images, in ResizeImage()