Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
Dexport_tensorflow.cc604 const auto& fc_weights_shape = fc_weights_array.shape(); in ConvertFullyConnectedOperator() local
605 CHECK_EQ(fc_weights_shape.dimensions_count(), 2); in ConvertFullyConnectedOperator()
606 CreateMatrixShapeTensorConst(reshape_shape, fc_weights_shape.dims(1), -1, in ConvertFullyConnectedOperator()