Home
last modified time | relevance | path

Searched defs:scatter (Results 1 – 25 of 93) sorted by relevance

1234

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dscatter_expander.cc249 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 Dscatter_simplifier.cc96 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 Dhlo_sharding_util.cc731 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 Dscatter_gather.py33 def scatter( function
42 def scatter( function
50 def scatter(inputs, target_gpus, dim=0): function
H A Dcomm.py168 def scatter(tensor, devices=None, chunk_sizes=None, dim=0, streams=None, *, out=None): function
H A Ddata_parallel.py201 def scatter( member in DataParallel
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Dgather_scatter_handler.cc774 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 Dtensor_array_ops.py334 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 Dradix_sort_vk.h102 struct rs_pipeline_layout_scatter scatter[RS_KV_DWORDS_MAX]; member
111 struct rs_pipeline_scatter scatter[RS_KV_DWORDS_MAX]; member
H A Dtarget.h50 } scatter; member
/aosp_15_r20/external/pytorch/test/distributed/
H A Dtest_c10d_ops_nccl.py587 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 Dtensor_array_ops_decomposition.cc134 } 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 Dtensor_list_ops_decomposition.cc778 TF::TensorListScatterIntoExistingListOp scatter, in HandleTensorListScatterIntoExistingListOp()
858 } else if (auto scatter = in DecomposeTensorListOpsInternal() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DNamedTensor.cpp368 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 DTensorAdvancedIndexing.cpp215 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 Dxf86drmHash_mock.c85 static unsigned long scatter[256]; in HashHash() local
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/i915/
H A Dxf86drmHash.c85 static unsigned long scatter[256]; in HashHash() local
/aosp_15_r20/external/libdrm/
H A Dxf86drmHash.c85 static unsigned long scatter[256]; in HashHash() local
/aosp_15_r20/external/pytorch/test/cpp_extensions/
H A Dcpp_c10d_extension.cpp76 c10::intrusive_ptr<Work> ProcessGroupTest::scatter( in scatter() function in c10d::ProcessGroupTest
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DFakeProcessGroup.hpp113 c10::intrusive_ptr<Work> scatter( in scatter() function in c10d::FakeProcessGroup
H A DBackend.hpp192 virtual c10::intrusive_ptr<Work> scatter( in scatter() function in c10d::Backend
/aosp_15_r20/external/mesa3d/src/glx/
H A Dglxhash.c132 static unsigned long scatter[256]; in HashHash() local
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dparallel.cpp27 Scatter scatter( in TEST_F() local
/aosp_15_r20/external/pytorch/torch/csrc/cuda/
H A Dcomm.cpp313 std::vector<at::Tensor> scatter( in _broadcast_out_impl() function
/aosp_15_r20/out/soong/.intermediates/external/MPAndroidChart/MPAndroidChart/android_common/turbine/
DMPAndroidChart.jarcom/github/mikephil/charting/animation/ChartAnimator.class <Unknown> package com. ...

1234