Home
last modified time | relevance | path

Searched refs:insert_type (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_bitwise.cpp118 const uint32_t insert_type = _.GetOperandTypeId(inst, 3); in BitwisePass() local
127 if (insert_type != result_type) in BitwisePass()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_bitwise.cpp118 const uint32_t insert_type = _.GetOperandTypeId(inst, 3); in BitwisePass() local
127 if (insert_type != result_type) in BitwisePass()
/external/tensorflow/tensorflow/python/tf_program/
Dmlir_gen.py58 def insert_type(self, name, type_): member in SymbolTable