Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Ddynamic_slice_ops.cc31 absl::InlinedVector<xla::XlaOp, 4> SliceVector(xla::XlaOp input, int64 rank) { in SliceVector() function
69 ctx->Input("input"), ctx->Input("update"), SliceVector(indices, rank)); in Compile()
114 ctx->Input("input"), SliceVector(start_indices, rank), size_indices); in Compile()