2 writes to t_
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
240
t_
= other.t_ != null ? other.t_.Clone() : null;
390
t_
= value;
9 references to t_
Microsoft.ML.OnnxTransformer (9)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (9)
240
t_ = other.
t_
!= null ? other.
t_
.Clone() : null;
387
get { return
t_
; }
557
if (
t_
!= null) hash ^= T.GetHashCode();
602
if (
t_
!= null)
676
if (
t_
!= null)
736
if (other.
t_
!= null)
738
if (
t_
== null)
802
if (
t_
== null)