Searched defs:tf_context (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | meta_support.cc | 89 int GetWorkersCount(OpKernelContext* tf_context) { in GetWorkersCount() 118 void QuantizedGemmImpl(OpKernelContext* tf_context, const quint8* a_data, in QuantizedGemmImpl() 162 void MultiThreadTransform1D(OpKernelContext* tf_context, const Params& params) { in MultiThreadTransform1D() 220 void QuantizedGemm(OpKernelContext* tf_context, bool transpose_a, in QuantizedGemm() 256 void Requantize(OpKernelContext* tf_context, const qint32* input, int count, in Requantize() 292 void Dequantize(OpKernelContext* tf_context, const quint8* input, int count, in Dequantize() 316 void Quantize(OpKernelContext* tf_context, const float* input, int count, in Quantize() 346 void QuantizedBiasAdd(OpKernelContext* tf_context, const quint8* input, in QuantizedBiasAdd() 385 void Clamp(OpKernelContext* tf_context, const quint8* input, int count, in Clamp()
|