Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc3491 int64_t corresponding_input_size = input_shape.dimensions(i); in InferGatherShape() local
3492 if (slice_size < 0 || slice_size > corresponding_input_size) { in InferGatherShape()
3496 i, corresponding_input_size + 1, slice_size); in InferGatherShape()