用法
is_compatible_with(
other
)
参数
-
other
DType
(或可以转换为DType
的对象)。
返回
-
如果
other
DType
的张量将被隐式转换为此DType
,则为真。
如果other
DType 将转换为此 DType,则返回 True。
转换规则如下:
DType(T) .is_compatible_with(DType(T)) == True
相关用法
- Python tf.dtypes.DType用法及代码示例
- Python tf.dtypes.complex用法及代码示例
- Python tf.distribute.OneDeviceStrategy.experimental_distribute_values_from_function用法及代码示例
- Python tf.data.Dataset.take_while用法及代码示例
- Python tf.data.experimental.RandomDataset.group_by_window用法及代码示例
- Python tf.data.TFRecordDataset.filter用法及代码示例
- Python tf.data.TextLineDataset.reduce用法及代码示例
- Python tf.data.TextLineDataset.with_options用法及代码示例
- Python tf.data.experimental.SqlDataset.enumerate用法及代码示例
- Python tf.data.TextLineDataset.as_numpy_iterator用法及代码示例
- Python tf.data.experimental.make_saveable_from_iterator用法及代码示例
- Python tf.distribute.TPUStrategy用法及代码示例
- Python tf.data.TextLineDataset.random用法及代码示例
- Python tf.data.FixedLengthRecordDataset.repeat用法及代码示例
- Python tf.data.TFRecordDataset.random用法及代码示例
- Python tf.data.Dataset.cardinality用法及代码示例
- Python tf.distribute.experimental_set_strategy用法及代码示例
- Python tf.data.FixedLengthRecordDataset.cardinality用法及代码示例
- Python tf.distribute.experimental.MultiWorkerMirroredStrategy.gather用法及代码示例
- Python tf.distribute.cluster_resolver.TFConfigClusterResolver用法及代码示例
注:本文由纯净天空筛选整理自tensorflow.org大神的英文原创作品 tf.dtypes.DType.is_compatible_with。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。