Searched defs:is_compatible_with (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ | ||
D | tensor_signature.py | 61 def is_compatible_with(self, other): member in TensorSignature |
/external/tensorflow/tensorflow/python/framework/ | ||
D | tensor_spec.py | 83 def is_compatible_with(self, spec_or_tensor): member in TensorSpec |
D | tensor_shape.py | 85 def is_compatible_with(self, other): member in Dimension |
D | dtypes.py | 246 def is_compatible_with(self, other): member in DType |