31 const auto &inputs = args.op.inputs;
32 const auto tensors = args.reader.tensors();
33 const auto tensor_in_0 = tensors.at(inputs.at(0));
34 const auto tensor_in_1 = tensors.at(inputs.at(1));
35 assert(tensor_in_0 !=
nullptr && tensor_in_1 !=
nullptr);
36 if (tensor_in_0->type() != tensor_in_1->type())