Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
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
/external/tensorflow/tensorflow/lite/kernels/
Ddynamic_update_slice.cc97 const RuntimeShape& update_shape) { in ClampStartIndices()
111 const auto& update_shape = GetTensorShape(update); in DynamicUpdateSlice() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Ddynamic_slice_ops.cc50 const TensorShape update_shape = ctx->InputShape("update"); in Compile() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_util.cc153 auto update_shape = [&shape_representation_fn, in UpdateEntryComputationLayout() local
Dhlo_alias_analysis_test.cc901 Shape update_shape = ShapeUtil::MakeShape(F32, {4}); in TEST_F() local
Dhlo_sharding_util.cc1119 const Shape& update_shape, in GetScatterSliceSize()
Dshape_inference.cc2693 const Shape& operand_shape, const Shape& update_shape, in InferDynamicUpdateSliceShape()
Ddynamic_dimension_inference.cc1654 const Shape& update_shape = hlo->operand(2)->shape(); in HandleScatter() local
Dhlo_dataflow_analysis_test.cc2475 Shape update_shape = ShapeUtil::MakeShape(F32, {1, 4}); in TEST_F() local
Dalgebraic_simplifier.cc5051 auto update_shape = dus_update->shape(); in HandleDynamicUpdateSlice() local
Dalgebraic_simplifier_test.cc6131 const Shape update_shape = ShapeUtil::MakeShape(F32, {0}); in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
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
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlegalize_hlo.cc1214 auto update_shape = update_type.getShape(); in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc5157 Shape update_shape = in EmitDynamicUpdateSlice() local