Home
last modified time | relevance | path

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 Dtransformation_replace_boolean_constant_with_constant_binary.cpp183 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 Dtransformation_replace_boolean_constant_with_constant_binary.cpp183 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/
Dtransformation_replace_boolean_constant_with_constant_binary.cpp183 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 Dhlo_creation_utils.h186 HloOpcode binary_opcode,
197 HloOpcode binary_opcode,
H A Dhlo_creation_utils.cc401 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()