Home
last modified time | relevance | path

Searched defs:gather (Results 1 – 25 of 67) sorted by relevance

123

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_op.cc221 xla::XlaOp gather; in XlaGatherWithBatchDimsOpImpl() local
249 xla::XlaOp gather; in Compile() local
293 xla::XlaOp gather; in Compile() local
Drandom_ops.cc205 xla::XlaOp gather; in Compile() local
Dvariable_ops.cc136 xla::XlaOp gather; in Compile() local
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dgather_scatter_handler.cc137 const HloGatherInstruction* gather, absl::Span<const int64> batch_dims, in PartitionIndexOnlyPartition()
180 const HloGatherInstruction* gather, Shape output_shape, in ParititonPassthroughOperand()
215 const HloGatherInstruction* gather, Shape output_shape, in ParititonTrivialIndexedOperandDimension()
315 const HloGatherInstruction* gather, Shape output_shape, in PartitionIndexParallelDimensions()
459 StatusOr<HloInstruction*> PartitionGather(const HloGatherInstruction* gather, in PartitionGather()
672 auto gather = Cast<HloGatherInstruction>(hlo); in HandleGather() local
Dspmd_partitioner_test.cc4540 auto gather = op::Gather(op::Parameter(0), op::Subtract(clamp, min)); in TEST_F() local
4571 auto gather = op::Gather(op::Parameter(0), op::Subtract(clamp, min)); in TEST_F() local
6710 auto gather = AllOf(op::Shape("s32[1,4,2,2]"), op::Gather(operand, indices)); in TEST_F() local
6740 auto gather = AllOf(op::Shape("s32[2,2,2,2]"), op::Gather(operand, indices)); in TEST_F() local
6771 auto gather = AllOf(op::Shape("s32[1,4,2,2]"), op::Gather(operand, indices)); in TEST_F() local
6801 auto gather = AllOf(op::Shape("s32[1,4,2,2]"), op::Gather(operand, indices)); in TEST_F() local
6832 auto gather = AllOf(op::Shape("s32[1,4,2,2]"), op::Gather(operand, indices)); in TEST_F() local
6863 auto gather = AllOf(op::Shape("s32[1,4,2,2]"), op::Gather(operand, indices)); in TEST_F() local
6894 auto gather = AllOf(op::Shape("s32[4,1,2,2]"), op::Gather(operand, indices)); in TEST_F() local
6924 auto gather = AllOf(op::Shape("s32[2,4,1,2]"), op::Gather(operand, indices)); in TEST_F() local
[all …]
/external/tensorflow/tensorflow/python/distribute/
Dtest_util.py37 def gather(strategy, value): function
/external/python/cpython2/Lib/curses/
Dtextpad.py160 def gather(self): member in Textbox
/external/python/cpython3/Lib/curses/
Dtextpad.py160 def gather(self): member in Textbox
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Doptimize_mhlo.cc57 LogicalResult matchAndRewrite(GatherOp gather, in matchAndRewrite()
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_gather_ops.py36 def gather(params, function
Dragged_map_fn_op_test.py263 def gather(x): function
/external/tensorflow/tensorflow/compiler/xla/tests/
Ddynamism_inference_test.cc285 auto gather = Gather(operand1, indices, dim_numbers, {1}); in TEST_F() local
305 auto gather = Gather(data_operand, indices, dim_numbers, {1}); in TEST_F() local
327 auto gather = Gather(operand1, indices, dim_numbers, {1}); in TEST_F() local
/external/tensorflow/tensorflow/lite/kernels/
Dgather.cc30 namespace gather { namespace
/external/tensorflow/tensorflow/lite/micro/kernels/
Dgather.cc30 namespace gather { namespace
/external/skqp/src/gpu/
DGrTextureOpList.cpp195 auto gather = [ alloc SkDEBUGCODE(, this) ] (GrSurfaceProxy* p) { in gatherProxyIntervals() local
/external/tensorflow/tensorflow/python/ops/
Dtensor_array_ops.py293 def gather(self, indices, name=None): member in _GraphTensorArray
561 def gather(self, indices, name=None): member in _GraphTensorArrayV2
856 def gather(self, indices, name=None): member in _EagerTensorArray
1172 def gather(self, indices, name=None): member in TensorArray
/external/tensorflow/tensorflow/compiler/xla/service/
Dgather_expander.cc151 const HloInstruction& gather, HloInstruction* induction_var, in GatherLoopBody()
Dhlo_sharding_util.cc895 const HloSharding& output_sharding, const HloInstruction& gather, in GatherParallelDataOperandSharding()
1338 const HloInstruction& gather, const GatherParallelDims& parallel_dim) { in GatherParallelOutputDims()
1358 const HloInstruction& gather, const GatherParallelDims& parallel_dims) { in GatherOutputAlignedOperandParallelDims()
/external/skqp/src/shaders/
DSkImageShader.cpp314 auto gather = alloc->make<SkRasterPipeline_GatherCtx>(); in onAppendStages() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtensor_array_ops_decomposition.cc144 } else if (auto gather = in GetTensorArrayElementShape() local
427 TF::TensorArrayGatherV3Op gather, in HandleTensorArrayGatherV3Op()
886 } else if (auto gather = llvm::dyn_cast<TF::TensorArrayGatherV3Op>(&op)) { in DecomposeTensorArrayOps() local
Dtensor_list_ops_decomposition.cc773 TF::TensorListGatherOp gather, in HandleTensorListGatherOp()
864 } else if (auto gather = llvm::dyn_cast<TF::TensorListGatherOp>(&op)) { in DecomposeTensorListOpsInternal() local
/external/tensorflow/tensorflow/compiler/tests/
Dxla_ops_test.py91 def gather(operand, start_indices): function
/external/swiftshader/src/Reactor/
DEmulatedIntrinsics.cpp60 void gather(T &out, RValue<Pointer<EL>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned int… in gather() function
/external/python/cpython3/Lib/asyncio/
Dtasks.py720 def gather(*coros_or_futures, loop=None, return_exceptions=False): function
/external/swiftshader/src/Renderer/
DSampler.hpp229 bool gather; member in sw::Sampler

123