Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dindexed_array_analysis.cc967 ArraySliceToVector(scalar_indexed_const->output_dims()), in ComputeArrayForElementwiseUnaryOp()
1063 ArraySliceToVector(lhs->output_dims()), shape); in ComputeArrayForDotWithIndexedLhs()
1099 ArraySliceToVector(rhs->output_dims()), shape); in ComputeArrayForDotWithIndexedRhs()
Dshape_inference.cc3198 ArraySliceToVector(AsInt64Slice(scatter_indices_shape.dimensions())); in InferScatterShape()
/external/tensorflow/tensorflow/compiler/xla/
Dutil.h502 std::vector<T> ArraySliceToVector(absl::Span<const T> slice) { in ArraySliceToVector() function