Home
last modified time | relevance | path

Searched defs:operand (Results 1 – 25 of 599) sorted by relevance

12345678910>>...24

/external/tensorflow/tensorflow/compiler/xla/tests/
Dgather_operation_test.cc32 void RunTest(const string& hlo_text, Literal* operand, in RunTest()
61 Literal operand = in XLA_TEST_F() local
83 Literal operand = in XLA_TEST_F() local
106 Literal operand = in XLA_TEST_F() local
127 Literal operand = in XLA_TEST_F() local
148 Literal operand = in XLA_TEST_F() local
170 Literal operand = in XLA_TEST_F() local
192 Literal operand = in XLA_TEST_F() local
215 Literal operand = in XLA_TEST_F() local
238 Literal operand = in XLA_TEST_F() local
[all …]
Dscatter_test.cc29 void RunTest(const string& hlo_text, Literal* operand, in RunTest()
64 Literal operand = in XLA_TEST_F() local
95 Literal operand = in XLA_TEST_F() local
123 Literal operand = in XLA_TEST_F() local
190 Literal operand = in XLA_TEST_F() local
220 Literal operand = in XLA_TEST_F() local
250 Literal operand = in XLA_TEST_F() local
279 Literal operand = in XLA_TEST_F() local
308 Literal operand = LiteralUtil::CreateR2<float>( in XLA_TEST_F() local
338 Literal operand = in XLA_TEST_F() local
[all …]
Dselect_and_scatter_test.cc76 auto operand = ConstantFromArray(&builder_, o); in XLA_TEST_P() local
217 const auto operand = ConstantR1<float>(&builder_, {}); in XLA_TEST_F() local
227 const auto operand = in XLA_TEST_F() local
239 const auto operand = ConstantR1<int32>(&builder_, {-1, 0, 6, 4, -4, 10}); in XLA_TEST_F() local
250 const auto operand = ConstantR1<int32>(&builder_, {1, 9, 3, 7, 5, 6}); in XLA_TEST_F() local
261 const auto operand = in XLA_TEST_F() local
274 const auto operand = ConstantR2<float>( in XLA_TEST_F() local
288 const auto operand = ConstantR2<int32>( in XLA_TEST_F() local
302 const auto operand = in XLA_TEST_F() local
314 const auto operand = in XLA_TEST_F() local
[all …]
Dtranspose_test.cc78 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/
Dhlo_creation_utils.cc38 HloInstruction* operand) { in MakeUnaryHlo()
68 StatusOr<HloInstruction*> MakePadHlo(HloInstruction* operand, in MakePadHlo()
81 StatusOr<HloInstruction*> MakeSliceHlo(HloInstruction* operand, in MakeSliceHlo()
111 StatusOr<HloInstruction*> MakeTransposeHlo(HloInstruction* operand, in MakeTransposeHlo()
122 HloInstruction* operand) { in MakeReshapeHlo()
129 absl::Span<const int64> result_shape_dim_bounds, HloInstruction* operand) { in MakeReshapeHlo()
136 HloInstruction* operand, absl::Span<HloInstruction* const> start_indices, in MakeDynamicSliceHlo()
151 HloInstruction* operand, HloInstruction* start_indices, in MakeDynamicSliceHlo()
178 HloInstruction* operand, HloInstruction* update, in MakeDynamicUpdateSliceHlo()
205 HloInstruction* MakeBroadcastHlo(HloInstruction* operand, in MakeBroadcastHlo()
[all …]
Ddynamic_padder_test.cc426 Literal operand = in XLA_TEST_F() local
488 Literal operand = LiteralUtil::CreateR2<float>( in XLA_TEST_F() local
556 Literal operand = in XLA_TEST_F() local
594 Literal operand = LiteralUtil::CreateR2<int32>({{1, 2}, {4, 5}}); in XLA_TEST_F() local
645 Literal operand = LiteralUtil::CreateR1<int32>({1, 2, 3, 4, 5}); in XLA_TEST_F() local
713 Literal operand = LiteralUtil::CreateR1<int32>({1, 2, 3, 4, 5}); in XLA_TEST_F() local
747 Literal operand = LiteralUtil::CreateR4<int32>( in XLA_TEST_F() local
773 Literal operand = LiteralUtil::CreateR1<int32>({0, 1, 2, 3, 4}); in XLA_TEST_F() local
807 Literal operand = in XLA_TEST_F() local
854 Literal operand = in XLA_TEST_F() local
[all …]
Dconvert_operand_folding.cc40 for (auto* operand : instruction->operands()) { in InstructionMatchesPattern() local
51 auto* operand = instruction->mutable_operand(i); in ExpandInstruction() local
Dreshape_mover.cc140 HloInstruction* operand) { in UpdateOperand()
287 for (const HloInstruction* operand : instruction->operands()) { in IsReshapeMoveCandidate() local
358 for (const auto* operand : instruction->operands()) { in TryReshapeMoveOnCandidates() local
366 for (auto operand : nontrivial_operands) { in TryReshapeMoveOnCandidates() local
Dhlo_instruction.cc830 const string& tag, HloInstruction* operand) { in CreateTrace()
846 HloInstruction* operand, int64 index) { in CreateGetTupleElement()
877 for (auto operand : operands) { in CreateNary() local
884 const Shape& shape, HloOpcode opcode, HloInstruction* operand) { in CreateUnary()
994 const Shape& shape, HloInstruction* operand, FftType fft_type, in CreateFft()
1001 const Shape& shape, HloInstruction* operand, in CreateCopyStart()
1036 HloInstruction* operand, in CreateReducePrecision()
1044 const Shape& shape, HloInstruction* operand, int64 all_gather_dimension, in CreateAllGather()
1074 const Shape& shape, HloInstruction* operand, in CreateCollectivePermute()
1084 const Shape& shape, HloInstruction* operand, in CreateCollectivePermuteStart()
[all …]
/external/elfutils/lib/
Dstdatomic-fbsd.h275 #define atomic_fetch_add_explicit(object, operand, order) \ argument
277 #define atomic_fetch_and_explicit(object, operand, order) \ argument
279 #define atomic_fetch_or_explicit(object, operand, order) \ argument
281 #define atomic_fetch_sub_explicit(object, operand, order) \ argument
283 #define atomic_fetch_xor_explicit(object, operand, order) \ argument
300 #define atomic_fetch_add_explicit(object, operand, order) \ argument
302 #define atomic_fetch_and_explicit(object, operand, order) \ argument
304 #define atomic_fetch_or_explicit(object, operand, order) \ argument
306 #define atomic_fetch_sub_explicit(object, operand, order) \ argument
308 #define atomic_fetch_xor_explicit(object, operand, order) \ argument
[all …]
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc171 XlaOp XlaBuilderFriend::BuildBitcast(XlaBuilder* builder, XlaOp operand, in BuildBitcast()
236 for (XlaOp operand : operands) { in GetOperandShapes() local
551 const Shape& shape, XlaOp operand, in InDimBroadcast()
565 XlaOp operand) { in AddBroadcastSequence()
616 XlaOp XlaBuilder::UnaryOp(HloOpcode unop, XlaOp operand) { in UnaryOp()
866 XlaOp XlaBuilder::Broadcast(XlaOp operand, in Broadcast()
891 XlaOp operand, const absl::Span<const int64> out_dim_size, in BroadcastInDim()
940 StatusOr<XlaOp> XlaBuilder::ReshapeInternal(const Shape& shape, XlaOp operand, in ReshapeInternal()
952 XlaOp XlaBuilder::Slice(XlaOp operand, absl::Span<const int64> start_indices, in Slice()
964 StatusOr<XlaOp> XlaBuilder::SliceInternal(const Shape& shape, XlaOp operand, in SliceInternal()
[all …]
/external/skia/src/sksl/ir/
DSkSLPostfixExpression.h24 PostfixExpression(std::unique_ptr<Expression> operand, Operator op) in PostfixExpression()
43 std::unique_ptr<Expression>& operand() { in operand() function
47 const std::unique_ptr<Expression>& operand() const { in operand() function
DSkSLPrefixExpression.h28 PrefixExpression(Operator op, std::unique_ptr<Expression> operand) in PrefixExpression()
45 std::unique_ptr<Expression>& operand() { in operand() function
49 const std::unique_ptr<Expression>& operand() const { in operand() function
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_batchnorm_thunk.cc36 const BufferAllocation::Slice& operand, in CudnnBatchNormForwardInferenceThunk()
57 se::DeviceMemoryBase operand = buffer_allocations.GetDeviceAddress(operand_); in ExecuteOnStream() local
75 const BufferAllocation::Slice& operand, in CudnnBatchNormForwardTrainingThunk()
92 se::DeviceMemoryBase operand = buffer_allocations.GetDeviceAddress(operand_); in ExecuteOnStream() local
119 const BufferAllocation::Slice& operand, in CudnnBatchNormBackwardThunk()
140 se::DeviceMemoryBase operand = buffer_allocations.GetDeviceAddress(operand_); in ExecuteOnStream() local
/external/vixl/src/aarch32/
Dassembler-aarch32.h1883 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 …]
Doperands-aarch32.cc51 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 <<()
Dmacro-assembler-aarch32.h510 bool AliasesAvailableScratchRegister(const Operand& operand) { in AliasesAvailableScratchRegister()
517 bool AliasesAvailableScratchRegister(const NeonOperand& operand) { in AliasesAvailableScratchRegister()
547 bool AliasesAvailableScratchRegister(const MemOperand& operand) { in AliasesAvailableScratchRegister()
992 void Adc(Condition cond, Register rd, Register rn, const Operand& operand) { in Adc()
1006 void Adc(Register rd, Register rn, const Operand& operand) { in Adc()
1013 const Operand& operand) { in Adc()
1036 const Operand& operand) { in Adc()
1040 void Adcs(Condition cond, Register rd, Register rn, const Operand& operand) { in Adcs()
1050 void Adcs(Register rd, Register rn, const Operand& operand) { in Adcs()
1054 void Add(Condition cond, Register rd, Register rn, const Operand& operand) { in Add()
[all …]
/external/llvm-project/mlir/lib/IR/
DTypeRange.cpp32 else if (auto *operand = owner.ptr.dyn_cast<OpOperand *>()) in TypeRange() local
42 if (auto *operand = object.dyn_cast<OpOperand *>()) in offset_base() local
50 if (auto *operand = object.dyn_cast<OpOperand *>()) in dereference_iterator() local
/external/angle/src/common/spirv/
Dgen_spirv_builder_and_parser.py280 def get_operand_name(self, operand): argument
326 def get_operand_type_in_and_out(self, operand): argument
346 def get_operand_push_back_line(self, operand, operand_name, is_array, is_optional): argument
390 def get_operand_parse_line(self, operand, operand_name, is_array, is_optional): argument
447 def process_operand(self, operand, cpp_operands_in, cpp_operands_out, cpp_in_parse_lines, argument
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_fft_impl.h43 void EigenFftC2C(const EigenDevice& device, Complex* out, Complex* operand, in EigenFftC2C()
70 void EigenFftR2C(const EigenDevice& device, Complex* out, Real* operand, in EigenFftR2C()
109 void EigenFftC2R(const EigenDevice& device, Real* out, Complex* operand, in EigenFftC2R()
180 void EigenFftWithRank(const EigenDevice& device, void* out, void* operand, in EigenFftWithRank()
244 void EigenFftImpl(const EigenDevice& device, void* out, void* operand, in EigenFftImpl()
/external/llvm-project/mlir/unittests/IR/
DOperationSupportTest.cpp34 Value operand = useOp->getResult(0); in TEST() local
58 Value operand = useOp->getResult(0); in TEST() local
86 Value operand = useOp->getResult(0); in TEST() local
122 Value operand = useOp->getResult(0); in TEST() local
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.cc120 const Shape& shape, XlaOp operand, FftType fft_type, in FftInternal()
173 const Shape& shape, XlaOp operand, XlaOp init_value, in ReduceWindowInternal()
214 XlaOp operand) { in BitcastConvertTypeInternal()
223 const Shape& shape, XlaOp operand, absl::Span<const int64> permutation) { in TransposeInternal()
232 const Shape& shape, XlaOp operand, absl::Span<const int64> dimensions) { in RevInternal()
277 const Shape& shape, XlaOp operand, const int exponent_bits, in ReducePrecisionInternal()
319 XlaOp operand, in SetDimensionSizeInternal()
364 XlaOp operand, in ReshapeInternal()
391 const Shape& shape, XlaOp operand, in InDimBroadcast()
480 XlaOp operand, XlaOp token, const Shape& shape_with_layout, in OutfeedWithTokenInternal()
[all …]
/external/google-breakpad/src/processor/
Ddisassembler_x86.cc216 libdis::x86_op_t *operand = libdis::x86_get_src_operand(&current_instr_); in setBadRead() local
230 libdis::x86_op_t *operand = libdis::x86_get_dest_operand(&current_instr_); in setBadWrite() local
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dgather_scatter_handler.cc35 const PartitionedHlo& operand, absl::Span<const int64> index_map, in GatherScatterOperandPartitionedOnlyOnTrivialSliceDims()
54 const PartitionedHlo& operand, const PartitionedHlo& replicated_indices, in IndexBoundsForGatherScatterOperandPartitionedOnTrivialSliceDims()
138 PartitionedHlo& operand, PartitionedHlo& indices, SpmdBuilder* b) { in PartitionIndexOnlyPartition()
182 PartitionedHlo& operand, PartitionedHlo& indices, in ParititonPassthroughOperand()
217 PartitionedHlo& operand, PartitionedHlo& indices, in ParititonTrivialIndexedOperandDimension()
317 PartitionedHlo& operand, PartitionedHlo& indices, in PartitionIndexParallelDimensions()
460 PartitionedHlo& operand, in PartitionGather()
510 auto operand = GetPartitionedHlo(scatter->operand(0)); in HandleScatter() local
674 auto operand = GetPartitionedHlo(gather->operand(0)); in HandleGather() local
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc750 const Operand& operand) { in And()
758 const Operand& operand) { in Ands()
764 void MacroAssembler::Tst(const Register& rn, const Operand& operand) { in Tst()
772 const Operand& operand) { in Bic()
780 const Operand& operand) { in Bics()
788 const Operand& operand) { in Orr()
796 const Operand& operand) { in Orn()
804 const Operand& operand) { in Eor()
812 const Operand& operand) { in Eon()
820 const Operand& operand, in LogicalMacro()
[all …]

12345678910>>...24