Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Ddynamic_ragged_shape.py1913 def gather_index(self): member in _LayerBroadcaster
1936 def from_gather_index(cls, gather_index): argument
2063 def __init__(self, gather_index): argument
2071 def gather_index(self): member in _GatherLayerBroadcaster
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dstrided_slice_op.cc401 int64_t gather_index = dense_spec.final_shape_gather_indices[dense_dim]; in ValidateStridedSliceOp() local