Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.h659 Status SetFromDouble(absl::Span<const int64> multi_index, double value);
Dliteral.cc1134 Status MutableLiteralBase::SetFromDouble(absl::Span<const int64> multi_index, in SetFromDouble() function in xla::MutableLiteralBase
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc2388 TF_RETURN_IF_ERROR(results[0].SetFromDouble(output_index, computed_result)); in GenerateReduceOutputElement()