Home
last modified time | relevance | path

Searched refs:img_floats_ptr (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_graph_execution_test.cc124 static void LoadImage(std::vector<float>* img_floats_ptr) { in LoadImage() argument
125 CHECK(img_floats_ptr != nullptr); in LoadImage()
126 std::vector<float>& img_floats = *img_floats_ptr; in LoadImage()