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