Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral_util.cc409 std::vector<int64_t> from_multi_index = in ReshapeSlice() local
416 literal.Get<bool>(from_multi_index)); in ReshapeSlice()
420 literal.Get<uint8_t>(from_multi_index)); in ReshapeSlice()
424 literal.Get<uint32_t>(from_multi_index)); in ReshapeSlice()
428 literal.Get<int32_t>(from_multi_index)); in ReshapeSlice()
432 literal.Get<uint64_t>(from_multi_index)); in ReshapeSlice()
436 literal.Get<int64_t>(from_multi_index)); in ReshapeSlice()
440 literal.Get<float>(from_multi_index)); in ReshapeSlice()
444 literal.Get<double>(from_multi_index)); in ReshapeSlice()
448 literal.Get<complex64>(from_multi_index)); in ReshapeSlice()
[all …]