Home
last modified time | relevance | path

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

/external/perfetto/src/base/
Dflat_set_unittest.cc101 auto flat_result = flat_set.insert(val); in TEST() local
/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h742 auto flat_result = result->flat<T>(); in FloatTensorToQuantizedInPlaceUsingEigen() local
754 auto flat_result = result->flat<T>(); in FloatTensorToQuantizedInPlace() local
776 auto flat_result = result->flat<float>(); in QuantizedTensorToFloatInPlaceUsingEigen() local
790 auto flat_result = result->flat<float>(); in QuantizedTensorToFloatInPlace() local
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc3875 tensorflow::Safe_PyObjectPtr flat_result(PyList_New(num_retvals)); local