Searched refs:binary_opcode (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_replace_boolean_constant_with_constant_binary.cpp | 183 const auto binary_opcode = static_cast<spv::Op>(message_.opcode()); in IsApplicable() local 192 rhs_constant->GetFloat(), binary_opcode, in IsApplicable() 199 rhs_constant->GetDouble(), binary_opcode, in IsApplicable() 212 binary_opcode, expected_result)) { in IsApplicable() 219 binary_opcode, expected_result)) { in IsApplicable() 227 binary_opcode, expected_result)) { in IsApplicable() 234 binary_opcode, expected_result)) { in IsApplicable()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/ |
H A D | transformation_replace_boolean_constant_with_constant_binary.cpp | 183 const auto binary_opcode = static_cast<spv::Op>(message_.opcode()); in IsApplicable() local 192 rhs_constant->GetFloat(), binary_opcode, in IsApplicable() 199 rhs_constant->GetDouble(), binary_opcode, in IsApplicable() 212 binary_opcode, expected_result)) { in IsApplicable() 219 binary_opcode, expected_result)) { in IsApplicable() 227 binary_opcode, expected_result)) { in IsApplicable() 234 binary_opcode, expected_result)) { in IsApplicable()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_replace_boolean_constant_with_constant_binary.cpp | 183 const auto binary_opcode = static_cast<spv::Op>(message_.opcode()); in IsApplicable() local 192 rhs_constant->GetFloat(), binary_opcode, in IsApplicable() 199 rhs_constant->GetDouble(), binary_opcode, in IsApplicable() 212 binary_opcode, expected_result)) { in IsApplicable() 219 binary_opcode, expected_result)) { in IsApplicable() 227 binary_opcode, expected_result)) { in IsApplicable() 234 binary_opcode, expected_result)) { in IsApplicable()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_creation_utils.h | 186 HloOpcode binary_opcode, 197 HloOpcode binary_opcode,
|
H A D | hlo_creation_utils.cc | 401 HloOpcode binary_opcode, in MakeReduceHlo() argument 412 HloInstruction::CreateBinary(scalar_shape, binary_opcode, lhs, rhs)); in MakeReduceHlo() 422 HloOpcode binary_opcode, in MakeReduceHlo() argument 438 HloInstruction::CreateBinary(scalar_shape, binary_opcode, lhs, rhs)); in MakeReduceHlo()
|