Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_builder.cc138 const bool runtime_tensor1 = !constant_tensor1; in ParseInputsWithConstTensor() local
140 if (runtime_tensor0 && runtime_tensor1) { in ParseInputsWithConstTensor()
147 if (constant_tensor0 && runtime_tensor1) { in ParseInputsWithConstTensor()
1099 const bool runtime_tensor1 = !constant_tensor1; in Parse() local
1106 if (runtime_tensor0 && runtime_tensor1) { in Parse()