Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dstrided_slice_op.cc61 gtl::InlinedVector<int32, 4> final_shape_gather_indices; member
110 dense->final_shape_gather_indices.push_back(full_index); in BuildDenseSpec()
113 dense->final_shape_gather_indices.push_back(kNewAxis); in BuildDenseSpec()
140 dense->final_shape_gather_indices.push_back(kShrinkAxis); in BuildDenseSpec()
143 dense->final_shape_gather_indices.push_back(full_index); in BuildDenseSpec()
365 for (auto gather_index : dense_spec.final_shape_gather_indices) { in ValidateStridedSliceOp()