Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_builder.cc1891 bool read_with_batch = tmp.data.size() == 4; in Parse() local
1892 if (!read_without_batch && !read_with_batch) { in Parse()
1909 if (read_with_batch) { in Parse()