Home
last modified time | relevance | path

Searched defs:operand_type (Results 1 – 25 of 48) sorted by relevance

12

/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_equation_instruction.cpp158 const auto* operand_type = in MaybeGetResultTypeId() local
222 auto operand_type = in MaybeGetResultTypeId() local
257 auto operand_type = in MaybeGetResultTypeId() local
275 auto operand_type = in MaybeGetResultTypeId() local
Dtransformation_replace_add_sub_mul_with_carrying_extended.cpp88 auto operand_type = type->AsVector()->element_type(); in Apply() local
Dfuzzer_pass_add_equation_instructions.cpp157 const auto* operand_type = in Apply() local
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_equation_instruction.cpp158 const auto* operand_type = in MaybeGetResultTypeId() local
222 auto operand_type = in MaybeGetResultTypeId() local
257 auto operand_type = in MaybeGetResultTypeId() local
275 auto operand_type = in MaybeGetResultTypeId() local
Dtransformation_replace_add_sub_mul_with_carrying_extended.cpp88 auto operand_type = type->AsVector()->element_type(); in Apply() local
Dfuzzer_pass_add_equation_instructions.cpp157 const auto* operand_type = in Apply() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_traits.h59 for (auto operand_type : op->getOperandTypes()) { in verifyTrait() local
91 for (const auto& operand_type : op->getOperandTypes()) { in verifySameOperandsAndResultElementTypeResolveRef() local
Dtf_device.cc237 OpAsmParser::OperandType operand_type; in ParseReplicateOpOperands() local
504 Type operand_type = operand_type_and_idx.value(); in Verify() local
Dtf_executor.cc599 for (Type operand_type : merge.getOperandTypes()) { in Verify() local
637 for (Type operand_type : merge.getOperandTypes()) { in Print() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_composites.cpp229 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateCompositeConstruct() local
270 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateCompositeConstruct() local
305 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateCompositeConstruct() local
328 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateCompositeConstruct() local
435 const uint32_t operand_type = _.GetOperandTypeId(inst, 2); in ValidateCopyObject() local
Dvalidate_logicals.cpp59 const uint32_t operand_type = _.GetOperandTypeId(inst, 2); in LogicalsPass() local
Dvalidate_extensions.cpp766 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
799 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
870 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
1539 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
1828 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
1913 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
2067 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_composites.cpp229 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateCompositeConstruct() local
270 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateCompositeConstruct() local
305 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateCompositeConstruct() local
328 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateCompositeConstruct() local
435 const uint32_t operand_type = _.GetOperandTypeId(inst, 2); in ValidateCopyObject() local
Dvalidate_logicals.cpp59 const uint32_t operand_type = _.GetOperandTypeId(inst, 2); in LogicalsPass() local
Dvalidate_extensions.cpp781 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
814 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
885 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
1554 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
1843 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
1928 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
2082 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
/external/tensorflow/tensorflow/compiler/xla/service/
Doperand_upcaster_test.cc33 bool ShouldUpcast(PrimitiveType operand_type, PrimitiveType result_type) { in ShouldUpcast()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dmaterialize_broadcasts.cc39 auto operand_type = op.operand().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
Dlegalize_to_linalg.cc452 auto operand_type = in getIndexingMaps() local
497 auto operand_type = operand.getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
551 auto operand_type = operand.getType().cast<MemRefType>(); in matchAndRewrite() local
592 auto operand_type = operand_adaptor.operand().getType().cast<MemRefType>(); in InsertReshapeIfNecessary() local
659 MemRefType operand_type, in getIndexingMaps()
726 ShapedType operand_type = in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dcomparators.cc71 for (auto operand_type : operand_types) { in CreateScalarComparisonComputation() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dshape_inference.cc705 Type operand_type = op.getOperand().getType(); in InferShapeForCast() local
874 Type operand_type = std::get<0>(entry).getType(); in RefineTypeForPassThroughOperands() local
909 TensorType operand_type = std::get<0>(entry).getType().cast<TensorType>(); in RefineShapeForPassThroughOps() local
965 Type GetElementTypeFromOperand(TensorType operand_type, in GetElementTypeFromOperand()
1020 TensorType operand_type = std::get<0>(entry).template cast<TensorType>(); in InferShapeForWhile() local
1299 auto operand_type = std::get<0>(entry).cast<TensorType>(); in GetWhileCompatibleTypes() local
Dmark_ops_for_outside_compilation.cc163 auto operand_type = getElementTypeOrSelf(operand); in HasStringOperand() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp245 const analysis::Type* operand_type = operand_const->type(); in DoVectorShuffle() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp245 const analysis::Type* operand_type = operand_const->type(); in DoVectorShuffle() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dshape_inference_utils.cc247 Type operand_type = operand.getType(); in InferReturnTypeComponentsForTFOp() local
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_utils.h242 Type operand_type = operand.getType(); in matchAndRewrite() local

12