Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_graph_execution_test.cc188 Tensor img_tensor(DT_FLOAT, {1, WIDTH, HEIGHT, DEPTH}); in BuildImageTensor() local
200 Tensor img_tensor(DT_QUINT8, {1, WIDTH, HEIGHT, DEPTH}); in BuildQuantizedImageTensor() local
244 const Tensor& img_tensor) { in RunInferenceByHexagonControlWrapper()
289 const Tensor img_tensor = BuildImageTensor(img_floats); in RunFusedGraph() local
432 const Tensor img_tensor = BuildImageTensor(img_floats); in TEST() local
467 const Tensor img_tensor = BuildQuantizedImageTensor(quantized_img); in TEST() local
499 const Tensor img_tensor = BuildImageTensor(img_floats); in TEST() local