Searched refs:rhs_tp (Results 1 – 1 of 1) sorted by relevance
89 TensorProto rhs_tp; in AreTensorProtosEqual() local90 rhs_t.AsProtoTensorContent(&rhs_tp); in AreTensorProtosEqual()92 return AreSerializedProtosEqual(lhs_tp, rhs_tp); in AreTensorProtosEqual()