Searched refs:kFullyConnected (Results 1 – 15 of 15) sorted by relevance
33 op.type == OperatorType::kFullyConnected) { in GetOutputDepthFromWeights()71 op->type == OperatorType::kFullyConnected) { in Run()
139 preceding_op->type == OperatorType::kFullyConnected) { in FuseMulOrDivParamsIntoPrecedingAffine()161 preceding_op->type == OperatorType::kFullyConnected) { in FuseMulOrDivParamsIntoPrecedingAffine()255 preceding_op->type != OperatorType::kFullyConnected && in Run()
123 case OperatorType::kFullyConnected: { in Run()
78 following_op->type == OperatorType::kFullyConnected) { in FuseAddOrSubParamsIntoFollowingAffine()236 following_op->type != OperatorType::kFullyConnected && in Run()
31 if (op->type != OperatorType::kFullyConnected) { in Run()
41 type == OperatorType::kFullyConnected || in SupportsQuantization()199 op.type == OperatorType::kFullyConnected) { in ChooseQuantizationForOperatorInput()
233 nullptr, OperatorType::kFullyConnected, in Run()
2170 case OperatorType::kFullyConnected: in Run()
100 ASSERT_EQ(op->type, OperatorType::kFullyConnected); in TEST_F()
59 kFullyConnected, enumerator546 FullyConnectedOperator() : Operator(OperatorType::kFullyConnected) {}
453 case OperatorType::kFullyConnected: in OperatorSupportsFusedActivation()1846 if (op->type == OperatorType::kFullyConnected && input_index == 1) { in IsArrayFullyConnectedWeights()1876 case OperatorType::kFullyConnected: in EstimateArithmeticOpsCount()2356 if (op->type != toco::OperatorType::kFullyConnected) { in UndoWeightsShuffling()
420 (op.type == OperatorType::kFullyConnected) || in GetOpColor()
2115 } else if (src_op.type == OperatorType::kFullyConnected) { in ConvertOperator()
233 GetOperator("FULLY_CONNECTED", OperatorType::kFullyConnected), op); in TEST_F()
2367 OperatorType::kFullyConnected)); in BuildOperatorList()