Lines Matching full:unpack
37 // Get Unpack Axis in VisitUnpackOperator()
48 "TfLiteArmnnDelegate: The unpack axis #%d cannot be greater than or equal to " in VisitUnpackOperator()
54 // Get Unpack Num in VisitUnpackOperator()
63 // If unpack number cannot be inferred and is still zero, return kTfLiteError. in VisitUnpackOperator()
68 … "TfLiteArmnnDelegate: Number to unpack must greater than zero in operator #%d node #%d: ", in VisitUnpackOperator()
90 "TfLiteArmnnDelegate: Number to unpack must be the same as length " in VisitUnpackOperator()
91 "of the dimension to unpack along in operator #%d node #%d: ", in VisitUnpackOperator()
141 FORWARD_LAYER_SUPPORT_FUNC("UNPACK", in VisitUnpackOperator()
174 std::string splitterLayerName("Unpack Splitter"); in VisitUnpackOperator()
189 …// Create reshape to remove the unpacked dimension for unpack operator of each output from Splitte… in VisitUnpackOperator()
192 std::string reshapeLayerName("Unpack Reshape"); in VisitUnpackOperator()