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.cc55 llvm::Value* update_dim_size = llvm::ConstantInt::get( in EmitDynamicUpdateSliceInPlaceImpl() local
60 llvm::Value* max_bound = b->CreateSub(output_dim_size, update_dim_size); in EmitDynamicUpdateSliceInPlaceImpl()
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc2468 const int64 update_dim_size = update_shape.dimensions(dim); in InferDynamicUpdateSliceShape() local
2469 if (update_dim_size < 0) { in InferDynamicUpdateSliceShape()
2472 update_dim_size); in InferDynamicUpdateSliceShape()
2474 if (update_dim_size > input_dim_size) { in InferDynamicUpdateSliceShape()
2477 update_dim_size, input_dim_size); in InferDynamicUpdateSliceShape()
2479 VLOG(2) << StrFormat("update_sizes[%d] = %d", dim, update_dim_size); in InferDynamicUpdateSliceShape()
Delemental_ir_emitter.cc1993 llvm::Value* update_dim_size = in EmitElementalDynamicUpdateSlice() local
2008 Add(slice_start_multi_index[i], update_dim_size); in EmitElementalDynamicUpdateSlice()
Dhlo_evaluator_typed_visitor.h2363 int64 update_dim_size = in HandleScatter() local
2369 operand_shape.dimensions(i) - update_dim_size)) { in HandleScatter()