Searched refs:fc_weights_shape (Results 1 – 1 of 1) sorted by relevance
604 const auto& fc_weights_shape = fc_weights_array.shape(); in ConvertFullyConnectedOperator() local605 CHECK_EQ(fc_weights_shape.dimensions_count(), 2); in ConvertFullyConnectedOperator()606 CreateMatrixShapeTensorConst(reshape_shape, fc_weights_shape.dims(1), -1, in ConvertFullyConnectedOperator()