Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dstrided_slice_op.cc70 gtl::InlinedVector<int32, 4> input_shape_gather_indices_sparse; member
88 dense->input_shape_gather_indices_sparse.resize(dense->dims); in BuildDenseSpec()
122 dense->input_shape_gather_indices_sparse[full_index] = i; in BuildDenseSpec()
162 dense->input_shape_gather_indices_sparse[full_index] = i; in BuildDenseSpec()
391 dense_spec.input_shape_gather_indices_sparse.begin(), in ValidateStridedSliceOp()
392 dense_spec.input_shape_gather_indices_sparse.end()); in ValidateStridedSliceOp()