Searched defs:dst_dtype (Results 1 – 17 of 17) sorted by relevance
23 CastFunctorType GetCpuCastFromDouble(DataType dst_dtype) { in GetCpuCastFromDouble()29 CastFunctorType GetGpuCastFromDouble(DataType dst_dtype) { in GetGpuCastFromDouble()37 CastFunctorType GetSyclCastFromDouble(DataType dst_dtype) { in GetSyclCastFromDouble()
23 CastFunctorType GetCpuCastFromInt16(DataType dst_dtype) { in GetCpuCastFromInt16()29 CastFunctorType GetGpuCastFromInt16(DataType dst_dtype) { in GetGpuCastFromInt16()37 CastFunctorType GetSyclCastFromInt16(DataType dst_dtype) { in GetSyclCastFromInt16()
25 CastFunctorType GetCpuCastFromFloat(DataType dst_dtype) { in GetCpuCastFromFloat()31 CastFunctorType GetGpuCastFromFloat(DataType dst_dtype) { in GetGpuCastFromFloat()39 CastFunctorType GetSyclCastFromFloat(DataType dst_dtype) { in GetSyclCastFromFloat()
23 CastFunctorType GetCpuCastFromUint64(DataType dst_dtype) { in GetCpuCastFromUint64()29 CastFunctorType GetGpuCastFromUint64(DataType dst_dtype) { in GetGpuCastFromUint64()37 CastFunctorType GetSyclCastFromUint64(DataType dst_dtype) { in GetSyclCastFromUint64()
23 CastFunctorType GetCpuCastFromInt64(DataType dst_dtype) { in GetCpuCastFromInt64()29 CastFunctorType GetGpuCastFromInt64(DataType dst_dtype) { in GetGpuCastFromInt64()37 CastFunctorType GetSyclCastFromInt64(DataType dst_dtype) { in GetSyclCastFromInt64()
23 CastFunctorType GetCpuCastFromUint32(DataType dst_dtype) { in GetCpuCastFromUint32()29 CastFunctorType GetGpuCastFromUint32(DataType dst_dtype) { in GetGpuCastFromUint32()37 CastFunctorType GetSyclCastFromUint32(DataType dst_dtype) { in GetSyclCastFromUint32()
23 CastFunctorType GetCpuCastFromInt32(DataType dst_dtype) { in GetCpuCastFromInt32()29 CastFunctorType GetGpuCastFromInt32(DataType dst_dtype) { in GetGpuCastFromInt32()37 CastFunctorType GetSyclCastFromInt32(DataType dst_dtype) { in GetSyclCastFromInt32()
23 CastFunctorType GetCpuCastFromUint8(DataType dst_dtype) { in GetCpuCastFromUint8()29 CastFunctorType GetGpuCastFromUint8(DataType dst_dtype) { in GetGpuCastFromUint8()37 CastFunctorType GetSyclCastFromUint8(DataType dst_dtype) { in GetSyclCastFromUint8()
23 CastFunctorType GetCpuCastFromUint16(DataType dst_dtype) { in GetCpuCastFromUint16()29 CastFunctorType GetGpuCastFromUint16(DataType dst_dtype) { in GetGpuCastFromUint16()37 CastFunctorType GetSyclCastFromUint16(DataType dst_dtype) { in GetSyclCastFromUint16()
23 CastFunctorType GetCpuCastFromBool(DataType dst_dtype) { in GetCpuCastFromBool()29 CastFunctorType GetGpuCastFromBool(DataType dst_dtype) { in GetGpuCastFromBool()37 CastFunctorType GetSyclCastFromBool(DataType dst_dtype) { in GetSyclCastFromBool()
23 CastFunctorType GetCpuCastFromInt8(DataType dst_dtype) { in GetCpuCastFromInt8()29 CastFunctorType GetGpuCastFromInt8(DataType dst_dtype) { in GetGpuCastFromInt8()37 CastFunctorType GetSyclCastFromInt8(DataType dst_dtype) { in GetSyclCastFromInt8()
23 CastFunctorType GetCpuCastFromHalf(DataType dst_dtype) { in GetCpuCastFromHalf()29 CastFunctorType GetGpuCastFromHalf(DataType dst_dtype) { in GetGpuCastFromHalf()
23 CastFunctorType GetCpuCastFromComplex128(DataType dst_dtype) { in GetCpuCastFromComplex128()29 CastFunctorType GetGpuCastFromComplex128(DataType dst_dtype) { in GetGpuCastFromComplex128()
23 CastFunctorType GetCpuCastFromComplex64(DataType dst_dtype) { in GetCpuCastFromComplex64()29 CastFunctorType GetGpuCastFromComplex64(DataType dst_dtype) { in GetGpuCastFromComplex64()
25 CastFunctorType GetCpuCastFromBfloat(DataType dst_dtype) { in GetCpuCastFromBfloat()31 CastFunctorType GetGpuCastFromBfloat(DataType dst_dtype) { in GetGpuCastFromBfloat()
126 def _compare(self, x, dst_dtype, expected, use_gpu=False): argument
541 def _ConvertAndTest(template, src_dtype, dst_dtype): argument568 def _ConvertAndTest(template, src_dtype, dst_dtype, dst_etype): argument