Home
last modified time | relevance | path

Searched defs:is_compatible (Results 1 – 9 of 9) sorted by relevance

/external/python/setuptools/setuptools/
Dwheel.py69 def is_compatible(self): member in Wheel
/external/u-boot/drivers/usb/musb-new/
Dmusb_dma.h136 int (*is_compatible)(struct dma_channel *channel, member
/external/deqp-deps/SPIRV-Tools/source/val/
Dfunction.h215 std::function<bool(SpvExecutionModel, std::string*)> is_compatible) { in RegisterExecutionModelLimitation()
Dfunction.cpp368 for (const auto& is_compatible : execution_model_limitations_) { in IsCompatibleWithExecutionModel() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dfunction.h215 std::function<bool(SpvExecutionModel, std::string*)> is_compatible) { in RegisterExecutionModelLimitation()
Dfunction.cpp368 for (const auto& is_compatible : execution_model_limitations_) { in IsCompatibleWithExecutionModel() local
/external/iproute2/tc/
Dem_meta.c169 static inline int is_compatible(struct tcf_meta_val *what, in is_compatible() function
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dfeature_column.py458 def is_compatible(self, other_column): member in _SparseColumn
875 def is_compatible(self, other_column): member in _WeightedSparseColumn
/external/tensorflow/tensorflow/python/eager/
Dfunction.py135 def is_compatible(relaxed, to_check): function