/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/ |
D | operand.go | 59 type operand struct { struct 60 mode operandMode 61 expr ast.Expr 62 typ Type 63 val constant.Value member 64 id builtinId 69 func (x *operand) Pos() token.Pos { 113 func operandString(x *operand, qf Qualifier) string { 214 func (x *operand) String() string { 219 func (x *operand) setConst(k token.Token, lit string) { [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/ |
D | operand.go | 55 type operand struct { struct 56 mode operandMode 57 expr syntax.Expr 58 typ Type 59 val constant.Value member 60 id builtinId 65 func (x *operand) Pos() syntax.Pos { 109 func operandString(x *operand, qf Qualifier) string { 210 func (x *operand) String() string { 215 func (x *operand) setConst(k syntax.LitKind, lit string) { [all …]
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | ir_builder.h | 42 operand(ir_rvalue *val) in operand() function 47 operand(ir_variable *var) in operand() function 53 ir_rvalue *val; variable 62 deref(ir_dereference *val) in deref() 74 ir_dereference *val; variable
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/ |
H A D | mlir_hlo_to_hlo.cc | 108 mlir::Value val, const llvm::DenseMap<mlir::Value, xla::XlaOp>& val_map, in GetXlaOp() 363 for (const auto& val : rhs_contracting_dimensions) { in Convert_dot_dimension_numbers() local 366 for (const auto& val : lhs_contracting_dimensions) { in Convert_dot_dimension_numbers() local 370 for (const auto& val : rhs_batch_dimensions) { in Convert_dot_dimension_numbers() local 374 for (const auto& val : lhs_batch_dimensions) { in Convert_dot_dimension_numbers() local 738 xla::XlaOp operand; in ExportXlaOp() local 749 xla::XlaOp operand; in ExportXlaOp() local 772 xla::XlaOp operand; in ExportXlaOp() local 784 xla::XlaOp operand; in ExportXlaOp() local 809 xla::XlaOp operand; in ExportXlaOp() local [all …]
|
/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/test_harness/ |
D | TestHarness.cpp | 203 const auto& operand = model.main.operands[outputIndex]; in checkResults() local 606 void SpecDumper::dumpTestOperand(const TestOperand& operand, uint32_t index) { in dumpTestOperand() 662 const auto& operand = kTestModel.main.operands[i]; in dumpTestModel() local 685 const auto& operand = kTestModel.main.operands[outputIndex]; in dumpResults() local 713 std::transform(data, data + numberOfElements, floatData, [&op](T val) { in convertOperandToFloat32() 718 [](T val) { return static_cast<float>(val); }); in convertOperandToFloat32() 801 std::transform(floatData, floatData + numberOfElements, data, [op](float val) { in setDataFromFloat32Buffer() 809 [](float val) { return static_cast<T>(val); }); in setDataFromFloat32Buffer()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/ |
H A D | reference_util.cc | 146 absl::Span<const float> operand, float init, in ReduceWindow1DGeneric() 165 float val = init; in ReduceWindow1DGeneric() local 177 ReferenceUtil::ReduceWindow1DAdd(absl::Span<const float> operand, float init, in ReduceWindow1DAdd() 189 const Array3D<float>& operand, float init, absl::Span<const int64_t> window, in ReduceWindow3DAdd() 211 float val = init; in ReduceWindow3DAdd() local 234 const Array4D<float>& operand, float init, in ReduceWindow4DGeneric() 247 const Array4D<float>& operand, float init, in ReduceWindow4DGeneric() 275 float val = init; in ReduceWindow4DGeneric() local 303 const Array4D<float>& operand, float init, absl::Span<const int64_t> window, in ReduceWindow4DAdd() 325 ReferenceUtil::SelectAndScatter4DGePlus(const Array4D<float>& operand, in SelectAndScatter4DGePlus() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/ir/ |
H A D | mlir_hlo_builder.cc | 79 StatusOr<XlaOp> MlirHloBuilder::MakeXlaOp(mlir::Value val) { in MakeXlaOp() 128 const Shape& shape, XlaOp operand, FftType fft_type, in FftInternal() 243 const Shape& shape, XlaOp operand, XlaOp init_value, in ReduceWindowInternal() 285 XlaOp operand) { in BitcastConvertTypeInternal() 294 const Shape& shape, XlaOp operand, absl::Span<const int64_t> permutation) { in TransposeInternal() 303 const Shape& shape, XlaOp operand, absl::Span<const int64_t> dimensions) { in RevInternal() 371 const Shape& shape, XlaOp operand, const int exponent_bits, in ReducePrecisionInternal() 418 XlaOp operand, in SetDimensionSizeInternal() 419 XlaOp val, in SetDimensionSizeInternal() 485 XlaOp operand, in ReshapeInternal() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/ |
H A D | einsum.cc | 98 EinsumDimensionType val) { in CountLabels() 105 const std::vector<EinsumDimensionType>& types, EinsumDimensionType val) { in AppendMatchingIndicesToPermute() 190 Status Initialize(const TRT_TensorOrWeights& operand, Labels input_labels, in Initialize() 255 const TRT_TensorOrWeights& operand, Labels input_labels, in Create() 295 const TRT_TensorOrWeights& operand) { in SetDynamicSize() 407 TRTNetworkBuilder* builder, const TRT_TensorOrWeights& operand, in ConditionEinsumWeights() 430 std::unique_ptr<TRT_TensorOrWeights>* operand, in ConditionEinsumTensor() 465 std::unique_ptr<TRT_TensorOrWeights>* operand, in ConditionEinsumOperand()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/IR/ |
H A D | chlo_ops.cc | 37 Value getConstantLikeMaxFiniteValue(OpBuilder& b, Location loc, Value val) { in getConstantLikeMaxFiniteValue() 43 Value getConstantLikeInfValue(OpBuilder& b, Location loc, Value val, in getConstantLikeInfValue() 51 Value val) { in getConstantLikeSmallestFiniteValue() 58 Value val) { in getConstantLike() 271 static Type getIsInfLikeReturnType(Value operand) { in getIsInfLikeReturnType() 466 if (!llvm::all_of(nested.getOpOperands(), [&](OpOperand& operand) { in verify() 488 Value operand = adaptor.operand(); in inferReturnTypeComponents() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_parser.cc | 598 int64_t val; in SplitToInt64s() local 880 std::string val = lexer_.GetStrVal(); in ParseCustomCallSchedule() local 897 std::string val = lexer_.GetStrVal(); in ParseCustomCallApiVersion() local 1630 for (const HloInstruction* operand : operands) { in CreateInstruction() local 1784 for (auto* operand : operands) { in CreateInstruction() local 1803 for (auto* operand : operands) { in CreateInstruction() local 1937 for (auto* operand : operands) { in CreateInstruction() local 2145 for (auto* operand : operands) { in CreateInstruction() local 2170 for (auto* operand : operands) { in CreateInstruction() local 2201 for (auto* operand : operands) { in CreateInstruction() local [all …]
|
H A D | layout_normalization.cc | 150 auto operand = hlo->mutable_operand(0); in HandleBroadcast() local 187 auto operand = hlo->mutable_operand(0); in HandleElementwiseUnary() local 260 auto operand = hlo->mutable_operand(0); in HandleReshape() local 297 auto operand = hlo->mutable_operand(0); in HandleTranspose() local 340 auto operand = hlo->mutable_operand(0); in HandleCopy() local 362 auto operand = hlo->mutable_operand(0); in HandleReverse() local 385 auto operand = hlo->mutable_operand(0); in HandlePad() local 477 int64_t val = dimensions[i]; in NoDegenerateDims() local
|
H A D | instruction_fusion.cc | 221 hlo->operands(), [output_rank](HloInstruction* operand) { in EffectivelyAtMostUnary() 546 HloInstruction* operand = instruction->mutable_operand(i); in Run() local 784 for (const HloInstruction* operand : consumer->operands()) { in MultiOutputFusionCreatesCycle() local 871 auto record_and_return = [&](bool val) { in IsSafeToFuseSliceIntoDusFusion() 928 const HloInstruction* operand) { in ShouldFuseInPlaceOp() 937 [](const HloInstruction* operand) -> std::optional<int> { in ShouldFuseInPlaceOp() 1055 auto operand = consumer->operand(operand_index); in ReusesOperandElements() local
|
/aosp_15_r20/external/elfutils/libcpu/ |
H A D | i386_parse.y | 121 struct operand struct 123 char *fct; 124 char *str; 125 int off1; 126 int off2; 127 int off3; 595 check_bits (struct bitvalue *val) in check_bits() 637 check_duplicates (struct bitvalue *val) in check_duplicates()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_non_uniform.cpp | 26 namespace val { namespace 91 std::string operand; in ValidateGroupNonUniformBroadcastShuffle() local 117 std::string operand = GetOperandName(inst->opcode()); in ValidateGroupNonUniformBroadcastShuffle() local 131 std::string operand = GetOperandName(inst->opcode()); in ValidateGroupNonUniformBroadcastShuffle() local 339 const auto* operand = _.FindDef(operand_id); in ValidateGroupNonUniformArithmetic() local
|
H A D | validate_literals.cpp | 24 namespace val { namespace 28 bool IsLiteralNumber(const spv_parsed_operand_t& operand) { in IsLiteralNumber() 67 const spv_parsed_operand_t& operand = inst->operand(i); in LiteralsPass() local
|
H A D | validate_id.cpp | 27 namespace val { namespace 30 for (auto& operand : inst->operands()) { in UpdateIdUse() local 134 const spv_parsed_operand_t& operand = inst->operand(i); in IdPass() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_non_uniform.cpp | 26 namespace val { namespace 91 std::string operand; in ValidateGroupNonUniformBroadcastShuffle() local 117 std::string operand = GetOperandName(inst->opcode()); in ValidateGroupNonUniformBroadcastShuffle() local 131 std::string operand = GetOperandName(inst->opcode()); in ValidateGroupNonUniformBroadcastShuffle() local 339 const auto* operand = _.FindDef(operand_id); in ValidateGroupNonUniformArithmetic() local
|
D | validate_literals.cpp | 24 namespace val { namespace 28 bool IsLiteralNumber(const spv_parsed_operand_t& operand) { in IsLiteralNumber() 67 const spv_parsed_operand_t& operand = inst->operand(i); in LiteralsPass() local
|
D | validate_id.cpp | 27 namespace val { namespace 30 for (auto& operand : inst->operands()) { in UpdateIdUse() local 134 const spv_parsed_operand_t& operand = inst->operand(i); in IdPass() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/ |
H A D | validate_non_uniform.cpp | 26 namespace val { namespace 91 std::string operand; in ValidateGroupNonUniformBroadcastShuffle() local 117 std::string operand = GetOperandName(inst->opcode()); in ValidateGroupNonUniformBroadcastShuffle() local 131 std::string operand = GetOperandName(inst->opcode()); in ValidateGroupNonUniformBroadcastShuffle() local 339 const auto* operand = _.FindDef(operand_id); in ValidateGroupNonUniformArithmetic() local
|
H A D | validate_literals.cpp | 24 namespace val { namespace 28 bool IsLiteralNumber(const spv_parsed_operand_t& operand) { in IsLiteralNumber() 67 const spv_parsed_operand_t& operand = inst->operand(i); in LiteralsPass() local
|
H A D | validate_id.cpp | 27 namespace val { namespace 30 for (auto& operand : inst->operands()) { in UpdateIdUse() local 135 const spv_parsed_operand_t& operand = inst->operand(i); in IdPass() local
|
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/ |
H A D | dtensor_allreduce_sum_optimization.cc | 42 mlir::Value GetIdentitySkippedInputs(mlir::Value val) { in GetIdentitySkippedInputs() 51 bool IsZeroConstant(mlir::Value val) { in IsZeroConstant() 73 for (mlir::Value operand : add_op->getOperands()) { in CheckReduceAndSumOptimizationCriteria() local 192 mlir::Value SkipIdentityLikeOpsOutputs(mlir::Value val) { in SkipIdentityLikeOpsOutputs() 424 mlir::OpOperand& operand = data.value(); in OptimizeWhileLoopLazyAllReduce() local
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
H A D | ValidateModel.cpp | 127 static void becomeConstantCopy(Model* model, Operand* operand) { in becomeConstantCopy() 157 static size_t sizeForBinder(const Type& val) { in sizeForBinder() 170 size_t sizeForBinder(const Operand& operand) { in sizeForBinder() 308 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandTypeTest() local 338 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandRankTest() local 367 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandScaleTest() local 395 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandZeroPointTest() local 412 const Operand& operand) { in getInvalidLifeTimes() 459 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandLifeTimeTest() local 506 const Operand& operand) { in getInputOutputLifeTime() [all …]
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
H A D | ValidateModel.cpp | 146 static void becomeConstantCopy(Model* model, Operand* operand) { in becomeConstantCopy() 176 static size_t sizeForBinder(const Type& val) { in sizeForBinder() 189 size_t sizeForBinder(const Operand& operand) { in sizeForBinder() 328 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandTypeTest() local 360 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandRankTest() local 390 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandScaleTest() local 419 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandZeroPointTest() local 437 const Operand& operand) { in getInvalidLifeTimes() 484 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandLifeTimeTest() local 532 const Operand& operand) { in getInputOutputLifeTime() [all …]
|