Searched defs:dst_dtype (Results 1 – 17 of 17) sorted by relevance
23 CastFunctorType GetCpuCastFromInt8(DataType dst_dtype) { in GetCpuCastFromInt8()30 CastFunctorType GetGpuCastFromInt8(DataType dst_dtype) { in GetGpuCastFromInt8()
23 CastFunctorType GetCpuCastFromDouble(DataType dst_dtype) { in GetCpuCastFromDouble()30 CastFunctorType GetGpuCastFromDouble(DataType dst_dtype) { in GetGpuCastFromDouble()
23 CastFunctorType GetCpuCastFromUint32(DataType dst_dtype) { in GetCpuCastFromUint32()30 CastFunctorType GetGpuCastFromUint32(DataType dst_dtype) { in GetGpuCastFromUint32()
23 CastFunctorType GetCpuCastFromInt32(DataType dst_dtype) { in GetCpuCastFromInt32()30 CastFunctorType GetGpuCastFromInt32(DataType dst_dtype) { in GetGpuCastFromInt32()
23 CastFunctorType GetCpuCastFromHalf(DataType dst_dtype) { in GetCpuCastFromHalf()30 CastFunctorType GetGpuCastFromHalf(DataType dst_dtype) { in GetGpuCastFromHalf()
23 CastFunctorType GetCpuCastFromInt16(DataType dst_dtype) { in GetCpuCastFromInt16()30 CastFunctorType GetGpuCastFromInt16(DataType dst_dtype) { in GetGpuCastFromInt16()
23 CastFunctorType GetCpuCastFromUint16(DataType dst_dtype) { in GetCpuCastFromUint16()30 CastFunctorType GetGpuCastFromUint16(DataType dst_dtype) { in GetGpuCastFromUint16()
23 CastFunctorType GetCpuCastFromInt64(DataType dst_dtype) { in GetCpuCastFromInt64()30 CastFunctorType GetGpuCastFromInt64(DataType dst_dtype) { in GetGpuCastFromInt64()
23 CastFunctorType GetCpuCastFromComplex64(DataType dst_dtype) { in GetCpuCastFromComplex64()30 CastFunctorType GetGpuCastFromComplex64(DataType dst_dtype) { in GetGpuCastFromComplex64()
23 CastFunctorType GetCpuCastFromBool(DataType dst_dtype) { in GetCpuCastFromBool()30 CastFunctorType GetGpuCastFromBool(DataType dst_dtype) { in GetGpuCastFromBool()
23 CastFunctorType GetCpuCastFromUint8(DataType dst_dtype) { in GetCpuCastFromUint8()30 CastFunctorType GetGpuCastFromUint8(DataType dst_dtype) { in GetGpuCastFromUint8()
25 CastFunctorType GetCpuCastFromFloat(DataType dst_dtype) { in GetCpuCastFromFloat()32 CastFunctorType GetGpuCastFromFloat(DataType dst_dtype) { in GetGpuCastFromFloat()
23 CastFunctorType GetCpuCastFromUint64(DataType dst_dtype) { in GetCpuCastFromUint64()30 CastFunctorType GetGpuCastFromUint64(DataType dst_dtype) { in GetGpuCastFromUint64()
23 CastFunctorType GetCpuCastFromComplex128(DataType dst_dtype) { in GetCpuCastFromComplex128()30 CastFunctorType GetGpuCastFromComplex128(DataType dst_dtype) { in GetGpuCastFromComplex128()
25 CastFunctorType GetCpuCastFromBfloat(DataType dst_dtype) { in GetCpuCastFromBfloat()32 CastFunctorType GetGpuCastFromBfloat(DataType dst_dtype) { in GetGpuCastFromBfloat()
122 def _compare(self, x, dst_dtype, expected, use_gpu=False): argument
592 def testConvertElementType(self, src_dtype, dst_dtype): argument622 def testBitcastConvertType(self, src_dtype, dst_dtype): argument