/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A 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
|
H A D | tensor_shape.py | 270 def is_compatible_with(self, other): member in Dimension 1243 def is_compatible_with(self, other): member in TensorShape
|
H A D | dtypes.py | 172 def is_compatible_with(self, other): member in DType
|
H A D | type_spec.py | 228 def is_compatible_with(self, spec_or_value): member in TypeSpec
|
H A D | extension_type_test.py | 902 def is_compatible_with(self, other): member in ExtensionTypeTest.testCantUseReservedName.MyType3
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/render_pass/ |
D | mod.rs | 294 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/ |
D | mod.rs | 450 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/ |
D | layout.rs | 424 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/ |
D | layout.rs | 594 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 D | row_partition.py | 1276 def is_compatible_with(self, other): member in RowPartitionSpec
|
H A D | ragged_tensor.py | 2455 def is_compatible_with(self, spec_or_value): member in RaggedTensorSpec
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | tensor_array_ops.py | 1407 def is_compatible_with(self, other): member in TensorArraySpec
|
H A D | resource_variable_ops.py | 2374 def is_compatible_with(self, spec_or_value): member in VariableSpec
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/shader/ |
D | mod.rs | 633 pub fn is_compatible_with(self, topology: PrimitiveTopology) -> bool { in is_compatible_with() method
|