Home
last modified time | relevance | path

Searched defs:scatter_shape (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_reduce_scatter_creator.cc59 Shape scatter_shape = ar->shape(); in Run() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dshape_inference.cc2354 const Shape& init_value_shape, const ProgramShape& scatter_shape) { in InferSelectAndScatterShape()