/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | scatter_expander.cc | 249 HloScatterInstruction* scatter, HloInstruction* induction_var, in ScatterLoopBody() 379 static int64_t ScatterTripCount(const HloScatterInstruction* scatter) { in ScatterTripCount() 414 auto* scatter = Cast<HloScatterInstruction>(inst); in ExpandInstruction() local 488 auto* scatter = DynCast<HloScatterInstruction>(inst); in InstructionMatchesPattern() local
|
H A D | scatter_simplifier.cc | 96 HloScatterInstruction* scatter, in TransformScatterUpdates() 133 auto* scatter = Cast<HloScatterInstruction>(inst); in ExpandInstruction() local 206 if (auto* scatter = DynCast<HloScatterInstruction>(inst)) { in InstructionMatchesPattern() local
|
H A D | hlo_sharding_util.cc | 731 const HloScatterInstruction* scatter) { in ScatterIndexSharding() 774 const HloScatterInstruction* scatter) { in ScatterDataSharding() 816 const HloSharding& index_sharding, const HloScatterInstruction& scatter) { in ScatterEffectiveIndexSharding() 860 const HloScatterInstruction& scatter) { in ScatterEffectiveDataSharding() 1134 const HloSharding& update_sharding, const HloScatterInstruction& scatter) { in ScatterOutputShardingFromUpdate() 1153 const HloScatterInstruction& scatter) { in ScatterUpdateShardingFromOutput() 1173 const HloScatterInstruction& scatter) { in IdentityValueAndHloOpcodeForScatterReduceComputation()
|
/aosp_15_r20/external/pytorch/torch/nn/parallel/ |
H A D | scatter_gather.py | 33 def scatter( function 42 def scatter( function 50 def scatter(inputs, target_gpus, dim=0): function
|
H A D | comm.py | 168 def scatter(tensor, devices=None, chunk_sizes=None, dim=0, streams=None, *, out=None): function
|
H A D | data_parallel.py | 201 def scatter( member in DataParallel
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/ |
H A D | gather_scatter_handler.cc | 774 const HloScatterInstruction* scatter, absl::Span<PartitionedHlo> operands, in PartitionScatterPassthroughOperand() 813 const HloScatterInstruction* scatter, absl::Span<PartitionedHlo> operands, in PartitionScatterIndexPassthroughPartition() 952 const HloScatterInstruction* scatter, absl::Span<PartitionedHlo> operands, in PartitionScatterTrivialIndexedOperandDimension() 1008 const HloScatterInstruction* scatter, absl::Span<PartitionedHlo> operands, in PartitionScatter() 1044 auto scatter = Cast<HloScatterInstruction>(hlo); in HandleScatter() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | tensor_array_ops.py | 334 def scatter(self, indices, value, name=None): member in _GraphTensorArray 606 def scatter(self, indices, value, name=None): member in _GraphTensorArrayV2 901 def scatter(self, indices, value, name=None): member in _EagerTensorArray 1255 def scatter(self, indices, value, name=None): member in TensorArray
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/radix_sort/ |
H A D | radix_sort_vk.h | 102 struct rs_pipeline_layout_scatter scatter[RS_KV_DWORDS_MAX]; member 111 struct rs_pipeline_scatter scatter[RS_KV_DWORDS_MAX]; member
|
H A D | target.h | 50 } scatter; member
|
/aosp_15_r20/external/pytorch/test/distributed/ |
H A D | test_c10d_ops_nccl.py | 587 def scatter(output_t, input_t, rootRank): function 622 def scatter(output_t, input_t, rootRank): function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
H A D | tensor_array_ops_decomposition.cc | 134 } else if (auto scatter = in GetTensorArrayElementShape() local 443 TF::TensorArrayScatterV3Op scatter, in HandleTensorArrayScatterV3Op() 891 } else if (auto scatter = llvm::dyn_cast<TF::TensorArrayScatterV3Op>(&op)) { in DecomposeTensorArrayOps() local
|
H A D | tensor_list_ops_decomposition.cc | 778 TF::TensorListScatterIntoExistingListOp scatter, in HandleTensorListScatterIntoExistingListOp() 858 } else if (auto scatter = in DecomposeTensorListOpsInternal() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | NamedTensor.cpp | 368 Tensor scatter(const Tensor& self, Dimname dim, const Tensor& index, const Tensor& source) { in scatter() function 371 Tensor scatter(const Tensor& self, Dimname dim, const Tensor& index, const Scalar& source) { in scatter() function
|
H A D | TensorAdvancedIndexing.cpp | 215 TORCH_META_FUNC2(scatter, src) in TORCH_META_FUNC2() argument 220 TORCH_META_FUNC2(scatter, value) in TORCH_META_FUNC2() argument 225 TORCH_META_FUNC2(scatter, reduce) in TORCH_META_FUNC2() argument 238 TORCH_META_FUNC2(scatter, value_reduce) in TORCH_META_FUNC2() argument
|
/aosp_15_r20/external/intel-media-driver/media_driver/linux/ult/libdrm_mock/ |
H A D | xf86drmHash_mock.c | 85 static unsigned long scatter[256]; in HashHash() local
|
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/i915/ |
H A D | xf86drmHash.c | 85 static unsigned long scatter[256]; in HashHash() local
|
/aosp_15_r20/external/libdrm/ |
H A D | xf86drmHash.c | 85 static unsigned long scatter[256]; in HashHash() local
|
/aosp_15_r20/external/pytorch/test/cpp_extensions/ |
H A D | cpp_c10d_extension.cpp | 76 c10::intrusive_ptr<Work> ProcessGroupTest::scatter( in scatter() function in c10d::ProcessGroupTest
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/ |
H A D | FakeProcessGroup.hpp | 113 c10::intrusive_ptr<Work> scatter( in scatter() function in c10d::FakeProcessGroup
|
H A D | Backend.hpp | 192 virtual c10::intrusive_ptr<Work> scatter( in scatter() function in c10d::Backend
|
/aosp_15_r20/external/mesa3d/src/glx/ |
H A D | glxhash.c | 132 static unsigned long scatter[256]; in HashHash() local
|
/aosp_15_r20/external/pytorch/test/cpp/api/ |
H A D | parallel.cpp | 27 Scatter scatter( in TEST_F() local
|
/aosp_15_r20/external/pytorch/torch/csrc/cuda/ |
H A D | comm.cpp | 313 std::vector<at::Tensor> scatter( in _broadcast_out_impl() function
|
/aosp_15_r20/out/soong/.intermediates/external/MPAndroidChart/MPAndroidChart/android_common/turbine/ |
D | MPAndroidChart.jar | com/github/mikephil/charting/animation/ChartAnimator.class
<Unknown>
package com. ... |