Home
last modified time | relevance | path

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

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