Searched refs:kPack (Results 1 – 10 of 10) sorted by relevance
33 if (pack_it->get()->type != OperatorType::kPack) { in Run()
58 if (base_op->type != OperatorType::kPack) { in Run()
171 if (first_fw_sequence_op_input->type != OperatorType::kPack || in CheckTwoUnidirectionalSequenceOpsAreValid()172 first_bw_sequence_op_input->type != OperatorType::kPack) { in CheckTwoUnidirectionalSequenceOpsAreValid()
208 case OperatorType::kPack: { in Run()
66 type == OperatorType::kPack || type == OperatorType::kTopK_V2 || in SupportsQuantization()
2244 case OperatorType::kPack: in Run()
89 kPack, enumerator1327 PackOperator() : Operator(OperatorType::kPack) {}
2297 } else if (src_op.type == OperatorType::kPack) { in ConvertOperator()
537 SerializeAndDeserialize(GetOperator("PACK", OperatorType::kPack), op); in TEST_F()
2448 MakeUnique<Pack>(::tflite::BuiltinOperator_PACK, OperatorType::kPack)); in BuildOperatorList()