Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_lexer.h118 double GetDecimalVal() const { in GetDecimalVal() function
Dhlo_parser.cc4964 double val = lexer_.GetDecimalVal(); in ParseDouble()