Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/optimize/
Doperator_property.cc41 const int projection_weights_index = 16; in GetOperatorVariant() local
42 op_variant.use_projection = op->inputs[projection_weights_index] != -1; in GetOperatorVariant()