31 const auto &inputs = args.op.inputs;
33 const auto tensors = args.reader.tensors();
35 assert(tensors[inputs.at(0)] !=
nullptr && tensors[inputs.at(2)] !=
nullptr);
36 if (tensors[inputs.at(0)]->type() != tensors[inputs.at(2)]->type())
40 if (tensors[inputs.at(0)]->type() != circle::TensorType_INT32 &&
41 tensors[inputs.at(0)]->type() != circle::TensorType_INT64)