Home
last modified time | relevance | path

Searched defs:IsCompatible (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/
Dtest_generator.py362 def IsCompatible(value): member in Int32Scalar
370 def IsCompatible(value): member in Float16Scalar
378 def IsCompatible(value): member in Float32Scalar
386 def IsCompatible(value): member in BoolScalar
394 def IsCompatible(value): member in Int32Vector
404 def IsCompatible(value): member in Float32Vector
417 def IsCompatible(value): member in SubgraphReference
728 def IsCompatible(value): member in DataTypeConverter
812 def IsCompatible(value): member in RelaxedModeConverter
834 def IsCompatible(value): member in DataLayoutConverter
[all …]
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/include/berberis/intrinsics/
Dintrinsics_args.h225 constexpr bool IsCompatible(const ArgInfo* arguments) { in IsCompatible() function
278 constexpr bool IsCompatible() { in IsCompatible() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/compat/
H A Dbackwards_compatibility_test.cc27 TEST(BackwardsCompatibilityTest, IsCompatible) { in TEST() argument
/aosp_15_r20/system/tools/sysprop/
DTypeChecker.cpp56 bool IsCompatible(const sysprop::Property& prop, const std::string& ctx_type) { in IsCompatible() function
/aosp_15_r20/external/cronet/net/dns/
H A Dhttps_record_rdata.cc439 bool ServiceFormHttpsRecordRdata::IsCompatible() const { in IsCompatible() function in net::ServiceFormHttpsRecordRdata
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_op_registry.cc61 /* static */ bool XlaOpRegistry::IsCompatible(const OpRegistration& x, in IsCompatible() function in tensorflow::XlaOpRegistry
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dpywrap_tensor.cc210 bool IsCompatible(DataType desired, DataType returned) { in IsCompatible() function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/video/
H A DvktVideoBaseDecodeUtils.hpp306 bool IsCompatible(VkDevice device, uint32_t videoQueueFamily, VkVideoCoreProfile *pVideoProfile, in IsCompatible() function in vkt::video::VulkanVideoSession
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvkrenderframework.cpp1115 bool VkImageObj::IsCompatible(const VkImageUsageFlags usages, const VkFormatFeatureFlags features) { in IsCompatible() function in VkImageObj
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dcpp_types.go1256 func IsCompatible(typе Type, host_arch, guest_arch Arch) bool { func
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Ddescriptor_sets.cpp221 bool cvdescriptorset::DescriptorSetLayout::IsCompatible(DescriptorSetLayout const *rh_ds_layout) co… in IsCompatible() function in cvdescriptorset::DescriptorSetLayout
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dsetupapi_windows.go570 func (data *DrvInfoDetailData) IsCompatible(hwid string) bool { func