Home | History | Annotate | Download | only in ops

Lines Matching defs:_type

296     types = {_type(op1), _type(op2)}
302 if _type(op1) == _SCALED_IDENTITY:
307 if _type(op2) == _SCALED_IDENTITY:
325 types = {_type(op1), _type(op2)}
341 types = {_type(op1), _type(op2)}
345 if _type(op1) in _EFFICIENT_ADD_TO_TENSOR:
366 if _type(op1) in _EFFICIENT_ADD_TO_TENSOR:
396 def _type(operator):