Searched defs:is_compatible_with (Results 1 – 13 of 13) sorted by relevance
| /external/rust/crates/vulkano/src/swapchain/ |
| D | present_region.rs | 22 pub fn is_compatible_with<W>(&self, swapchain: &Swapchain<W>) -> bool { in is_compatible_with() method 44 pub fn is_compatible_with<W>(&self, swapchain: &Swapchain<W>) -> bool { in is_compatible_with() method
|
| /external/rust/crates/vulkano/src/sync/ |
| D | pipeline.rs | 203 pub fn is_compatible_with(&self, stages: &PipelineStages) -> bool { in is_compatible_with() method
|
| /external/tensorflow/tensorflow/python/framework/ |
| D | tensor_spec.py | 71 def is_compatible_with(self, spec_or_value): member in DenseSpec 137 def is_compatible_with(self, spec_or_tensor): # pylint:disable=useless-super-delegation member in TensorSpec
|
| D | tensor_shape.py | 270 def is_compatible_with(self, other): member in Dimension 1243 def is_compatible_with(self, other): member in TensorShape
|
| D | dtypes.py | 172 def is_compatible_with(self, other): member in DType
|
| D | type_spec.py | 228 def is_compatible_with(self, spec_or_value): member in TypeSpec
|
| D | extension_type_test.py | 902 def is_compatible_with(self, other): member in ExtensionTypeTest.testCantUseReservedName.MyType3
|
| /external/rust/crates/vulkano/src/render_pass/ |
| D | desc.rs | 207 pub fn is_compatible_with(&self, other: &AttachmentDesc) -> bool { in is_compatible_with() method
|
| D | render_pass.rs | 826 pub fn is_compatible_with(&self, shader_interface: &ShaderInterface) -> bool { in is_compatible_with() method
|
| /external/tensorflow/tensorflow/python/ops/ragged/ |
| D | row_partition.py | 1276 def is_compatible_with(self, other): member in RowPartitionSpec
|
| D | ragged_tensor.py | 2455 def is_compatible_with(self, spec_or_value): member in RaggedTensorSpec
|
| /external/tensorflow/tensorflow/python/ops/ |
| D | tensor_array_ops.py | 1407 def is_compatible_with(self, other): member in TensorArraySpec
|
| D | resource_variable_ops.py | 2374 def is_compatible_with(self, spec_or_value): member in VariableSpec
|