Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.h135 StatusOr<int64> GetIntegralAsS64(absl::Span<const int64> multi_index) const;
Dliteral.cc893 StatusOr<int64> LiteralBase::GetIntegralAsS64( in GetIntegralAsS64() function in xla::LiteralBase
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc909 start_indices_.GetIntegralAsS64(index_vector_index_)); in FetchIndexVector()
Dhlo_evaluator_typed_visitor.h2182 TF_ASSIGN_OR_RETURN(index_vector_[i], scatter_indices_.GetIntegralAsS64( in FetchIndexVector()