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.cc3372 int64 corresponding_input_size = input_shape.dimensions(i); in InferGatherShape() local
3373 if (slice_size < 0 || slice_size > corresponding_input_size) { in InferGatherShape()
3377 i, corresponding_input_size + 1, slice_size); in InferGatherShape()