Home
last modified time | relevance | path

Searched defs:qint32 (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dnumeric_types.h40 typedef Eigen::QInt32 qint32; typedef
/external/tensorflow/tensorflow/python/framework/
Ddtypes.py370 qint32 = DType(types_pb2.DT_QINT32) variable
/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op.cc530 void ResizeImage<qint32>(typename TTypes<qint32, 4>::ConstTensor images, in ResizeImage()