Home
last modified time | relevance | path

Searched defs:flat_result (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h733 auto flat_result = result->flat<T>(); in FloatTensorToQuantizedInPlaceUsingEigen() local
745 auto flat_result = result->flat<T>(); in FloatTensorToQuantizedInPlace() local
767 auto flat_result = result->flat<float>(); in QuantizedTensorToFloatInPlaceUsingEigen() local
781 auto flat_result = result->flat<float>(); in QuantizedTensorToFloatInPlace() local
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc1739 PyObject* flat_result = PyList_New(num_retvals); local