Home | History | Annotate | Download | only in ops

Lines Matching refs:val_x

2093       val_x = x if isinstance(x, ops.Tensor) else x.values
2095 if val_x.dtype.base_dtype != val_y.dtype.base_dtype:
2098 (val_x.dtype.name, val_y.dtype.name))