Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A 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
H A Dtensor_shape.py270 def is_compatible_with(self, other): member in Dimension
1243 def is_compatible_with(self, other): member in TensorShape
H A Ddtypes.py172 def is_compatible_with(self, other): member in DType
H A Dtype_spec.py228 def is_compatible_with(self, spec_or_value): member in TypeSpec
H A Dextension_type_test.py902 def is_compatible_with(self, other): member in ExtensionTypeTest.testCantUseReservedName.MyType3
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/render_pass/
Dmod.rs294 pub fn is_compatible_with(&self, other: &RenderPass) -> bool { in is_compatible_with() method
726 pub fn is_compatible_with(&self, shader_interface: &ShaderInterface) -> bool { in is_compatible_with() method
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/swapchain/
Dmod.rs450 pub fn is_compatible_with(&self, swapchain: &Swapchain) -> bool { in is_compatible_with() method
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/descriptor_set/
Dlayout.rs424 pub fn is_compatible_with(&self, other: &DescriptorSetLayout) -> bool { in is_compatible_with() method
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/pipeline/
Dlayout.rs594 pub fn is_compatible_with(&self, other: &PipelineLayout, num_sets: u32) -> bool { in is_compatible_with() method
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Drow_partition.py1276 def is_compatible_with(self, other): member in RowPartitionSpec
H A Dragged_tensor.py2455 def is_compatible_with(self, spec_or_value): member in RaggedTensorSpec
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dtensor_array_ops.py1407 def is_compatible_with(self, other): member in TensorArraySpec
H A Dresource_variable_ops.py2374 def is_compatible_with(self, spec_or_value): member in VariableSpec
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/shader/
Dmod.rs633 pub fn is_compatible_with(self, topology: PrimitiveTopology) -> bool { in is_compatible_with() method