/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_equation_instruction.cpp | 158 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
|
D | transformation_replace_add_sub_mul_with_carrying_extended.cpp | 88 auto operand_type = type->AsVector()->element_type(); in Apply() local
|
D | fuzzer_pass_add_equation_instructions.cpp | 157 const auto* operand_type = in Apply() local
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_equation_instruction.cpp | 158 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
|
D | transformation_replace_add_sub_mul_with_carrying_extended.cpp | 88 auto operand_type = type->AsVector()->element_type(); in Apply() local
|
D | fuzzer_pass_add_equation_instructions.cpp | 157 const auto* operand_type = in Apply() local
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_traits.h | 59 for (auto operand_type : op->getOperandTypes()) { in verifyTrait() local 91 for (const auto& operand_type : op->getOperandTypes()) { in verifySameOperandsAndResultElementTypeResolveRef() local
|
D | tf_device.cc | 237 OpAsmParser::OperandType operand_type; in ParseReplicateOpOperands() local 504 Type operand_type = operand_type_and_idx.value(); in Verify() local
|
D | tf_executor.cc | 599 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/ |
D | validate_composites.cpp | 229 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
|
D | validate_logicals.cpp | 59 const uint32_t operand_type = _.GetOperandTypeId(inst, 2); in LogicalsPass() local
|
D | validate_extensions.cpp | 766 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/ |
D | validate_composites.cpp | 229 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
|
D | validate_logicals.cpp | 59 const uint32_t operand_type = _.GetOperandTypeId(inst, 2); in LogicalsPass() local
|
D | validate_extensions.cpp | 781 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/ |
D | operand_upcaster_test.cc | 33 bool ShouldUpcast(PrimitiveType operand_type, PrimitiveType result_type) { in ShouldUpcast()
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/ |
D | materialize_broadcasts.cc | 39 auto operand_type = op.operand().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
|
D | legalize_to_linalg.cc | 452 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/ |
D | comparators.cc | 71 for (auto operand_type : operand_types) { in CreateScalarComparisonComputation() local
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | shape_inference.cc | 705 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
|
D | mark_ops_for_outside_compilation.cc | 163 auto operand_type = getElementTypeOrSelf(operand); in HasStringOperand() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | fold_spec_constant_op_and_composite_pass.cpp | 245 const analysis::Type* operand_type = operand_const->type(); in DoVectorShuffle() local
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | fold_spec_constant_op_and_composite_pass.cpp | 245 const analysis::Type* operand_type = operand_const->type(); in DoVectorShuffle() local
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
D | shape_inference_utils.cc | 247 Type operand_type = operand.getType(); in InferReturnTypeComponentsForTFOp() local
|
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
D | quantization_utils.h | 242 Type operand_type = operand.getType(); in matchAndRewrite() local
|