Searched defs:is_compatible_with (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/python/data/util/ |
D | structure.py | 74 def is_compatible_with(self, other): member in Structure 324 def is_compatible_with(self, other): member in NestedStructure 442 def is_compatible_with(self, other): member in TensorStructure 520 def is_compatible_with(self, other): member in SparseTensorStructure
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | tensor_signature.py | 70 def is_compatible_with(self, other): member in TensorSignature
|
/external/tensorflow/tensorflow/python/framework/ |
D | tensor_spec.py | 88 def is_compatible_with(self, spec_or_tensor): member in TensorSpec
|
D | tensor_shape.py | 236 def is_compatible_with(self, other): member in Dimension 1012 def is_compatible_with(self, other): member in TensorShape
|
D | dtypes.py | 243 def is_compatible_with(self, other): member in DType
|
/external/tensorflow/tensorflow/python/data/ops/ |
D | optional_ops.py | 164 def is_compatible_with(self, other): member in OptionalStructure
|
D | dataset_ops.py | 2179 def is_compatible_with(self, other): member in DatasetStructure
|