Home
last modified time | relevance | path

Searched defs:update_shape (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Ddynamic_update_slice_util.cc96 const Shape& update_shape, const IndexGenerator& start_indices_generator, in EmitDynamicUpdateSliceInPlaceImpl()
171 Shape update_shape = update_array.GetShape(); in EmitDynamicUpdateSliceInPlace() local
201 Shape update_shape = update->shape(); in EmitFusedDynamicUpdateSliceInPlaceImpl() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Ddynamic_update_slice.cc97 const RuntimeShape& update_shape) { in ClampStartIndices()
111 const auto& update_shape = GetTensorShape(update); in DynamicUpdateSlice() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Ddynamic_slice_ops.cc50 const TensorShape update_shape = ctx->InputShape("update"); in Compile() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_module_util.cc153 auto update_shape = [&shape_representation_fn, in UpdateEntryComputationLayout() local
H A Dhlo_alias_analysis_test.cc901 Shape update_shape = ShapeUtil::MakeShape(F32, {4}); in TEST_F() local
H A Dhlo_sharding_util.cc1119 const Shape& update_shape, in GetScatterSliceSize()
H A Dshape_inference.cc2693 const Shape& operand_shape, const Shape& update_shape, in InferDynamicUpdateSliceShape()
H A Ddynamic_dimension_inference.cc1654 const Shape& update_shape = hlo->operand(2)->shape(); in HandleScatter() local
H A Dhlo_dataflow_analysis_test.cc2475 Shape update_shape = ShapeUtil::MakeShape(F32, {1, 4}); in TEST_F() local
H A Dalgebraic_simplifier.cc5051 auto update_shape = dus_update->shape(); in HandleDynamicUpdateSlice() local
H A Dalgebraic_simplifier_test.cc6131 const Shape update_shape = ShapeUtil::MakeShape(F32, {0}); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Dspmd_partitioner.cc3120 const auto& update_shape = replicate_update->shape(); in HandleDynamicUpdateSlice() local
4536 auto update_shape = [this](Shape* subshape, const xla::ShapeIndex& index) { in Run() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_nn.py3597 def update_shape(shape, dim, new_dim_size): function
3725 def update_shape(shape, dim, new_dim_size): function
3791 def update_shape(shape, dim, new_dim_size): function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dlegalize_hlo.cc1214 auto update_shape = update_type.getShape(); in matchAndRewrite() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dir_emitter_unnested.cc5157 Shape update_shape = in EmitDynamicUpdateSlice() local