Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dslicing.cc94 StatusOr<std::vector<XlaOp>> PrependZerosInMajorDims( in PrependZerosInMajorDims() function
122 TF_ASSIGN_OR_RETURN(auto padded_starts, PrependZerosInMajorDims(x, starts)); in DynamicSliceInMinorDims()
132 TF_ASSIGN_OR_RETURN(auto padded_starts, PrependZerosInMajorDims(x, starts)); in DynamicUpdateSliceInMinorDims()
/external/tensorflow/tensorflow/compiler/tf2xla/lib/
Dutil.h33 xla::XlaOp PrependZerosInMajorDims(xla::XlaOp x,