Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral_util.cc367 /* static */ Literal LiteralUtil::GetFirstScalarLiteral( in GetFirstScalarLiteral() function in xla::LiteralUtil
Dliteral_util.h60 static Literal GetFirstScalarLiteral(const LiteralSlice& literal);
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc809 LiteralUtil::GetFirstScalarLiteral(constant->literal())); in HandleConstant()