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.cc1865 bool is_fc_weights = false; in IsArrayFullyConnectedWeights() local
1871 is_fc_weights = true; in IsArrayFullyConnectedWeights()
1878 CHECK(!(is_fc_weights && is_something_else)); in IsArrayFullyConnectedWeights()
1879 return is_fc_weights; in IsArrayFullyConnectedWeights()