Searched refs:ArraySliceToVector (Results 1 – 3 of 3) sorted by relevance
967 ArraySliceToVector(scalar_indexed_const->output_dims()), in ComputeArrayForElementwiseUnaryOp()1063 ArraySliceToVector(lhs->output_dims()), shape); in ComputeArrayForDotWithIndexedLhs()1099 ArraySliceToVector(rhs->output_dims()), shape); in ComputeArrayForDotWithIndexedRhs()
3198 ArraySliceToVector(AsInt64Slice(scatter_indices_shape.dimensions())); in InferScatterShape()
502 std::vector<T> ArraySliceToVector(absl::Span<const T> slice) { in ArraySliceToVector() function