Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc1841 bool is_fc_weights = false; in IsArrayFullyConnectedWeights() local
1847 is_fc_weights = true; in IsArrayFullyConnectedWeights()
1854 CHECK(!(is_fc_weights && is_something_else)); in IsArrayFullyConnectedWeights()
1855 return is_fc_weights; in IsArrayFullyConnectedWeights()