Home
last modified time | relevance | path

Searched defs:is_compatible_with (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/vulkano/src/swapchain/
Dpresent_region.rs22 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/
Dpipeline.rs203 pub fn is_compatible_with(&self, stages: &PipelineStages) -> bool { in is_compatible_with() method
/external/tensorflow/tensorflow/python/framework/
Dtensor_spec.py71 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
Dtensor_shape.py270 def is_compatible_with(self, other): member in Dimension
1243 def is_compatible_with(self, other): member in TensorShape
Ddtypes.py172 def is_compatible_with(self, other): member in DType
Dtype_spec.py228 def is_compatible_with(self, spec_or_value): member in TypeSpec
Dextension_type_test.py902 def is_compatible_with(self, other): member in ExtensionTypeTest.testCantUseReservedName.MyType3
/external/rust/crates/vulkano/src/render_pass/
Ddesc.rs207 pub fn is_compatible_with(&self, other: &AttachmentDesc) -> bool { in is_compatible_with() method
Drender_pass.rs826 pub fn is_compatible_with(&self, shader_interface: &ShaderInterface) -> bool { in is_compatible_with() method
/external/tensorflow/tensorflow/python/ops/ragged/
Drow_partition.py1276 def is_compatible_with(self, other): member in RowPartitionSpec
Dragged_tensor.py2455 def is_compatible_with(self, spec_or_value): member in RaggedTensorSpec
/external/tensorflow/tensorflow/python/ops/
Dtensor_array_ops.py1407 def is_compatible_with(self, other): member in TensorArraySpec
Dresource_variable_ops.py2374 def is_compatible_with(self, spec_or_value): member in VariableSpec