Home
last modified time | relevance | path

Searched refs:update_dim_size (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Ddynamic_update_slice_util.cc109 llvm::Value* update_dim_size = llvm::ConstantInt::get( in EmitDynamicUpdateSliceInPlaceImpl() local
114 llvm::Value* max_bound = b->CreateSub(output_dim_size, update_dim_size); in EmitDynamicUpdateSliceInPlaceImpl()
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc2676 const int64 update_dim_size = update_shape.dimensions(dim); in InferDynamicUpdateSliceShape() local
2677 if (update_dim_size < 0) { in InferDynamicUpdateSliceShape()
2680 update_dim_size); in InferDynamicUpdateSliceShape()
2682 if (update_dim_size > input_dim_size) { in InferDynamicUpdateSliceShape()
2685 update_dim_size, input_dim_size); in InferDynamicUpdateSliceShape()
2687 VLOG(2) << StrFormat("update_sizes[%d] = %d", dim, update_dim_size); in InferDynamicUpdateSliceShape()
Dhlo_evaluator_typed_visitor.h2384 int64 update_dim_size =
2390 operand_shape.dimensions(i) - update_dim_size)) {
Delemental_ir_emitter.cc2052 llvm::Value* update_dim_size = in EmitElementalDynamicUpdateSlice() local
2067 Add(slice_start_multi_index[i], update_dim_size); in EmitElementalDynamicUpdateSlice()