/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | gather_operation_test.cc | 32 void RunTest(const string& hlo_text, Literal* operand, in RunTest() 61 Literal operand = in XLA_TEST_F() local 82 Literal operand = in XLA_TEST_F() local 103 Literal operand = in XLA_TEST_F() local 124 Literal operand = in XLA_TEST_F() local 146 Literal operand = in XLA_TEST_F() local 168 Literal operand = in XLA_TEST_F() local 191 Literal operand = in XLA_TEST_F() local 214 Literal operand = in XLA_TEST_F() local 235 Literal operand = in XLA_TEST_F() local [all …]
|
D | scatter_test.cc | 30 void RunTest(const string& hlo_text, Literal* operand, in RunTest() 65 Literal operand = in XLA_TEST_F() local 96 Literal operand = in XLA_TEST_F() local 124 Literal operand = in XLA_TEST_F() local 191 Literal operand = in XLA_TEST_F() local 221 Literal operand = in XLA_TEST_F() local 250 Literal operand = in XLA_TEST_F() local 279 Literal operand = LiteralUtil::CreateR2<float>( in XLA_TEST_F() local 309 Literal operand = in XLA_TEST_F() local 338 Literal operand = in XLA_TEST_F() local [all …]
|
D | select_and_scatter_test.cc | 76 auto operand = ConstantFromArray(&builder_, o); in XLA_TEST_P() local 206 const auto operand = ConstantR1<float>(&builder_, {}); in XLA_TEST_F() local 216 const auto operand = in XLA_TEST_F() local 228 const auto operand = ConstantR1<int32>(&builder_, {-1, 0, 6, 4, -4, 10}); in XLA_TEST_F() local 239 const auto operand = ConstantR1<int32>(&builder_, {1, 9, 3, 7, 5, 6}); in XLA_TEST_F() local 250 const auto operand = in XLA_TEST_F() local 263 const auto operand = ConstantR2<float>( in XLA_TEST_F() local 277 const auto operand = ConstantR2<int32>( in XLA_TEST_F() local 291 const auto operand = in XLA_TEST_F() local 303 const auto operand = in XLA_TEST_F() local [all …]
|
D | transpose_test.cc | 78 auto operand = in XLA_TEST_F() local 87 auto operand = in TEST_F() local 98 auto operand = in TEST_F() local 109 auto operand = in TEST_F() local 138 auto operand = ConstantR2FromArray2D<float>(&builder, *aoperand); in TEST_F() local 150 auto operand = ConstantR2FromArray2D<float>(&builder, *aoperand); in TEST_F() local 170 auto operand = ConstantR3FromArray3D(&builder, aoperand); in TestTransposeConstant021() local
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_creation_utils.cc | 57 StatusOr<HloInstruction*> MakePadHlo(HloInstruction* operand, in MakePadHlo() 70 StatusOr<HloInstruction*> MakeSliceHlo(HloInstruction* operand, in MakeSliceHlo() 97 StatusOr<HloInstruction*> MakeTransposeHlo(HloInstruction* operand, in MakeTransposeHlo() 108 HloInstruction* operand) { in MakeReshapeHlo() 115 absl::Span<const int64> result_shape_dim_bounds, HloInstruction* operand) { in MakeReshapeHlo() 122 HloInstruction* operand, HloInstruction* start_indices, in MakeDynamicSliceHlo() 149 HloInstruction* operand, HloInstruction* update, in MakeDynamicUpdateSliceHlo() 176 HloInstruction* MakeBroadcastHlo(HloInstruction* operand, in MakeBroadcastHlo() 187 StatusOr<HloInstruction*> MakeGetTupleElementHlo(HloInstruction* operand, in MakeGetTupleElementHlo() 235 for (const HloInstruction* operand : operands) { in MakeMapHlo() local [all …]
|
D | dynamic_dimension_inference.cc | 112 hlo, [&](HloInstruction* operand, ShapeIndex index, int64 dimension, in HandleGetTupleElement() 135 hlo, [&](HloInstruction* operand, ShapeIndex index, int64 dimension, in HandleBroadcast() 145 hlo, [&](HloInstruction* operand, ShapeIndex index, int64 dimension, in HandlePad() 168 hlo, [&](HloInstruction* operand, ShapeIndex index, int64 dimension, in HandleReduce() 169 int64 operand_index, HloInstruction* dynamic_size) { in HandleReduce() 203 int64 operand_index, HloInstruction* dynamic_size) { in HandleDot() 264 hlo, [&](HloInstruction* operand, ShapeIndex index, int64 dimension, in HandleConvolution() 265 int64 operand_index, HloInstruction* dynamic_size) { in HandleConvolution() 332 hlo, [&](HloInstruction* operand, ShapeIndex index, int64 dimension, in HandleReshape() 354 hlo, [&](HloInstruction* operand, ShapeIndex index, int64 dimension, in HandleReduceWindow() [all …]
|
D | hlo_instruction.cc | 644 const string& tag, HloInstruction* operand) { in CreateTrace() 660 HloInstruction* operand, int64 index) { in CreateGetTupleElement() 679 for (auto operand : operands) { in CreateNary() local 686 const Shape& shape, HloOpcode opcode, HloInstruction* operand) { in CreateUnary() 791 const Shape& shape, HloInstruction* operand, FftType fft_type, in CreateFft() 825 HloInstruction* operand, in CreateReducePrecision() 851 const Shape& shape, HloInstruction* operand, in CreateCollectivePermute() 870 const Shape& outfeed_shape, HloInstruction* operand, in CreateOutfeed() 877 HloInstruction* operand, HloInstruction* token, int64 channel_id, in CreateSend() 884 HloInstruction* operand, bool is_host_transfer) { in CreateSendDone() [all …]
|
D | reshape_mover.cc | 139 HloInstruction* operand) { in UpdateOperand() 286 for (const HloInstruction* operand : instruction->operands()) { in IsReshapeMoveCandidate() local 357 for (const auto* operand : instruction->operands()) { in TryReshapeMoveOnCandidates() local 365 for (auto operand : nontrivial_operands) { in TryReshapeMoveOnCandidates() local
|
D | hlo_query.cc | 36 for (const auto& operand : instruction.operands()) { in AllOperandsAreParametersOrConstants() local 46 for (const auto& operand : instruction.operands()) { in AllOperandsAreParameters() local 55 for (const auto& operand : instruction.operands()) { in AllOperandsAreConstants() local
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 114 for (const XlaOp& operand : operands) { in GetOperandShapes() local 216 const HloInstructionProto& operand = in IsConstantVisitor() local 419 const Shape& shape, const XlaOp& operand, in InDimBroadcast() 432 const XlaOp& operand) { in AddBroadcastSequence() 471 XlaOp XlaBuilder::UnaryOp(HloOpcode unop, const XlaOp& operand) { in UnaryOp() 647 XlaOp XlaBuilder::Broadcast(const XlaOp& operand, in Broadcast() 672 const XlaOp& operand, const absl::Span<const int64> out_dim_size, in BroadcastInDim() 713 StatusOr<XlaOp> XlaBuilder::Reshape(const Shape& shape, const XlaOp& operand) { in Reshape() 721 XlaOp XlaBuilder::Slice(const XlaOp& operand, in Slice() 743 XlaOp XlaBuilder::SliceInDim(const XlaOp& operand, int64 start_index, in SliceInDim() [all …]
|
/external/webrtc/webrtc/modules/audio_processing/beamformer/ |
D | matrix.h | 140 Matrix& Transpose(const Matrix& operand) { in Transpose() 157 Matrix& Scale(const Matrix& operand, const S& scalar) { in Scale() 162 Matrix& Add(const Matrix& operand) { in Add() 178 Matrix& Subtract(const Matrix& operand) { in Subtract() 194 Matrix& PointwiseMultiply(const Matrix& operand) { in PointwiseMultiply() 210 Matrix& PointwiseDivide(const Matrix& operand) { in PointwiseDivide() 234 Matrix& PointwiseSquareRoot(const Matrix& operand) { in PointwiseSquareRoot() 247 Matrix& PointwiseAbsoluteValue(const Matrix& operand) { in PointwiseAbsoluteValue() 260 Matrix& PointwiseSquare(const Matrix& operand) { in PointwiseSquare()
|
D | complex_matrix.h | 47 ComplexMatrix& PointwiseConjugate(const ComplexMatrix& operand) { in PointwiseConjugate() 61 ComplexMatrix& ConjugateTranspose(const ComplexMatrix& operand) { in ConjugateTranspose() 77 ComplexMatrix& ZeroImag(const ComplexMatrix& operand) { in ZeroImag()
|
/external/vixl/src/aarch32/ |
D | assembler-aarch32.h | 1883 void adc(Register rd, Register rn, const Operand& operand) { in adc() 1886 void adc(Condition cond, Register rd, Register rn, const Operand& operand) { in adc() 1892 const Operand& operand) { in adc() 1901 void adcs(Register rd, Register rn, const Operand& operand) { in adcs() 1904 void adcs(Condition cond, Register rd, Register rn, const Operand& operand) { in adcs() 1910 const Operand& operand) { in adcs() 1919 void add(Register rd, Register rn, const Operand& operand) { in add() 1922 void add(Condition cond, Register rd, Register rn, const Operand& operand) { in add() 1928 const Operand& operand) { in add() 1933 void add(Register rd, const Operand& operand) { add(al, rd, operand); } in add() [all …]
|
D | operands-aarch32.cc | 51 std::ostream& operator<<(std::ostream& os, const Operand& operand) { in operator <<() 100 std::ostream& operator<<(std::ostream& os, const SOperand& operand) { in operator <<() 109 std::ostream& operator<<(std::ostream& os, const DOperand& operand) { in operator <<() 118 std::ostream& operator<<(std::ostream& os, const QOperand& operand) { in operator <<() 518 std::ostream& operator<<(std::ostream& os, const MemOperand& operand) { in operator <<() 550 std::ostream& operator<<(std::ostream& os, const AlignedMemOperand& operand) { in operator <<()
|
D | macro-assembler-aarch32.h | 507 bool AliasesAvailableScratchRegister(const Operand& operand) { in AliasesAvailableScratchRegister() 514 bool AliasesAvailableScratchRegister(const NeonOperand& operand) { in AliasesAvailableScratchRegister() 544 bool AliasesAvailableScratchRegister(const MemOperand& operand) { in AliasesAvailableScratchRegister() 989 void Adc(Condition cond, Register rd, Register rn, const Operand& operand) { in Adc() 1003 void Adc(Register rd, Register rn, const Operand& operand) { in Adc() 1010 const Operand& operand) { in Adc() 1033 const Operand& operand) { in Adc() 1037 void Adcs(Condition cond, Register rd, Register rn, const Operand& operand) { in Adcs() 1047 void Adcs(Register rd, Register rn, const Operand& operand) { in Adcs() 1051 void Add(Condition cond, Register rd, Register rn, const Operand& operand) { in Add() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | local_computation_builder.cc | 437 StatusOr<Shape> ComputationBuilder::GetShape(const LocalOp& operand) { in GetShape() 452 void ComputationBuilder::Outfeed(const LocalOp& operand, const Shape& shape, in Outfeed() 470 LocalOp ComputationBuilder::Broadcast(const LocalOp& operand, in Broadcast() 476 const LocalOp& operand, absl::Span<const int64> out_dim_sizes, in BroadcastInDim() 481 LocalOp ComputationBuilder::Pad(const LocalOp& operand, in Pad() 487 LocalOp ComputationBuilder::Reshape(const LocalOp& operand, in Reshape() 493 LocalOp ComputationBuilder::Collapse(const LocalOp& operand, in Collapse() 499 const LocalOp& operand, int64 split_dimension, int64 concat_dimension, in AllToAll() 511 const LocalOp& operand, absl::Span<const ReplicaGroup> replica_groups) { in CrossReplicaSum() 515 LocalOp ComputationBuilder::Slice(const LocalOp& operand, in Slice() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | runtime_fft_impl.h | 35 void EigenFftC2C(const EigenDevice& device, complex64* out, complex64* operand, in EigenFftC2C() 62 void EigenFftR2C(const EigenDevice& device, complex64* out, float* operand, in EigenFftR2C() 101 void EigenFftC2R(const EigenDevice& device, float* out, complex64* operand, in EigenFftC2R() 172 void EigenFftWithRank(const EigenDevice& device, void* out, void* operand, in EigenFftWithRank() 207 void EigenFftImpl(const EigenDevice& device, void* out, void* operand, in EigenFftImpl()
|
/external/swiftshader/third_party/LLVM/tools/edis/ |
D | EDMain.cpp | 195 int EDGetOperand(EDOperandRef *operand, in EDGetOperand() 201 int EDOperandIsRegister(EDOperandRef operand) { in EDOperandIsRegister() 205 int EDOperandIsImmediate(EDOperandRef operand) { in EDOperandIsImmediate() 209 int EDOperandIsMemory(EDOperandRef operand) { in EDOperandIsMemory() 213 int EDRegisterOperandValue(unsigned *value, EDOperandRef operand) { in EDRegisterOperandValue() 220 int EDImmediateOperandValue(uint64_t *value, EDOperandRef operand) { in EDImmediateOperandValue() 227 int EDEvaluateOperand(uint64_t *result, EDOperandRef operand, in EDEvaluateOperand() 261 int EDBlockEvaluateOperand(uint64_t *result, EDOperandRef operand, in EDBlockEvaluateOperand()
|
/external/google-breakpad/src/processor/ |
D | disassembler_x86.cc | 217 libdis::x86_op_t *operand = libdis::x86_get_src_operand(¤t_instr_); in setBadRead() local 231 libdis::x86_op_t *operand = libdis::x86_get_dest_operand(¤t_instr_); in setBadWrite() local
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64-inl.h | 28 const Operand& operand) { in And() 35 const Operand& operand) { in Ands() 41 void TurboAssembler::Tst(const Register& rn, const Operand& operand) { in Tst() 47 const Operand& operand) { in Bic() 56 const Operand& operand) { in Bics() 63 const Operand& operand) { in Orr() 70 const Operand& operand) { in Orn() 77 const Operand& operand) { in Eor() 84 const Operand& operand) { in Eon() 90 void TurboAssembler::Ccmp(const Register& rn, const Operand& operand, in Ccmp() [all …]
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.cc | 732 const Operand& operand) { in And() 740 const Operand& operand) { in Ands() 746 void MacroAssembler::Tst(const Register& rn, const Operand& operand) { in Tst() 754 const Operand& operand) { in Bic() 762 const Operand& operand) { in Bics() 770 const Operand& operand) { in Orr() 778 const Operand& operand) { in Orn() 786 const Operand& operand) { in Eor() 794 const Operand& operand) { in Eon() 802 const Operand& operand, in LogicalMacro() [all …]
|
/external/v8/src/interpreter/ |
D | bytecode-node.h | 110 uint32_t operand(int i) const { in operand() function 238 V8_INLINE static OperandScale ScaleForOperand(uint32_t operand) { in ScaleForOperand() 248 V8_INLINE void UpdateScaleForOperand(int operand_index, uint32_t operand) { in UpdateScaleForOperand() 259 V8_INLINE void SetOperand(int operand_index, uint32_t operand) { in SetOperand()
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | math.cc | 33 static XlaOp DoWithUpcastToF32(XlaOp operand, in DoWithUpcastToF32() 55 static Status EnsureOperandIsRealFp(absl::string_view op_name, XlaOp operand) { in EnsureOperandIsRealFp() 67 XlaOp IsPosInf(XlaOp operand) { in IsPosInf() 78 XlaOp IsNegInf(XlaOp operand) { in IsNegInf() 89 XlaOp IsInf(XlaOp operand) { in IsInf() 97 XlaOp IsNan(XlaOp operand) { in IsNan() 105 XlaOp IsNegZero(XlaOp operand) { in IsNegZero() 133 XlaOp Square(XlaOp operand) { return operand * operand; } in Square() 135 XlaOp Reciprocal(XlaOp operand) { return ScalarLike(operand, 1.0) / operand; } in Reciprocal()
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | sort_util.cc | 52 std::function<llvm::Value*(int64 operand, llvm::Value* index)> in EmitCompareLoopBody() 54 std::function<void(int64 operand, llvm::Value* index, llvm::Value* value)> in EmitCompareLoopBody() 207 auto element_address = [&](int64 operand, llvm::Value* index) { in EmitTiledCompareLoop() 221 llvm::Value* value) { in EmitTiledCompareLoop() 367 auto element_address = [&](int64 operand, llvm::Value* index) { in EmitSortInPlace() 375 llvm::Value* value) { in EmitSortInPlace()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | variadic_op_splitter_test.cc | 52 auto operand = builder.AddInstruction( in TEST_F() local 67 auto operand = builder.AddInstruction( in TEST_F() local
|