Searched defs:is_compatible_with (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ | ||
D | tensor_spec.py | 74 def is_compatible_with(self, spec_or_value): member in DenseSpec |
D | tensor_shape.py | 258 def is_compatible_with(self, other): member in Dimension |
D | dtypes.py | 172 def is_compatible_with(self, other): member in DType |
D | type_spec.py | 104 def is_compatible_with(self, spec_or_value): member in TypeSpec |
/external/tensorflow/tensorflow/python/ops/ragged/ | ||
D | row_partition.py | 1096 def is_compatible_with(self, other): member in RowPartitionSpec |
D | ragged_tensor.py | 2326 def is_compatible_with(self, spec_or_value): member in RaggedTensorSpec |
/external/tensorflow/tensorflow/python/ops/ | ||
D | tensor_array_ops.py | 1339 def is_compatible_with(self, other): member in TensorArraySpec |